Spaces:
Running
Running
Commit
·
82621b3
1
Parent(s):
5a054cc
fixed .env example
Browse files- .env.example +1 -1
.env.example
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
GEMINI_PROJECT_ID=
|
4 |
|
5 |
# Optional: Set a custom port (default is 8888)
|
6 |
-
|
7 |
|
8 |
# Authentication password for the proxy (default is 123456)
|
9 |
GEMINI_AUTH_PASSWORD=123456
|
|
|
3 |
GEMINI_PROJECT_ID=
|
4 |
|
5 |
# Optional: Set a custom port (default is 8888)
|
6 |
+
GEMINI_PORT=8888
|
7 |
|
8 |
# Authentication password for the proxy (default is 123456)
|
9 |
GEMINI_AUTH_PASSWORD=123456
|