Spaces:
Running
Running
Commit
·
2f72a98
1
Parent(s):
1ccec3d
added authentication and oauth token refresh
Browse files- .env.example +9 -0
.env.example
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Gemini Proxy Configuration
|
2 |
+
# Set your Google Cloud Project ID here to skip automatic detection
|
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
|