Spaces:
Running
Running
Commit
·
3d75c7f
1
Parent(s):
7dfa2b7
fixing project id env variable loading
Browse files- .env.example +1 -1
.env.example
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Required: Authentication password for API access
|
2 |
GEMINI_AUTH_PASSWORD=123456
|
3 |
|
4 |
-
# Option 1: Credentials as JSON string (highest priority - overrides file-based credentials)
|
5 |
# GEMINI_CREDENTIALS={"client_id":"your-client-id","client_secret":"your-client-secret","token":"your-access-token","refresh_token":"your-refresh-token","scopes":["https://www.googleapis.com/auth/cloud-platform"],"token_uri":"https://oauth2.googleapis.com/token"}
|
6 |
|
7 |
# Option 2: Path to credentials file (only used if GEMINI_CREDENTIALS is not set)
|
|
|
1 |
# Required: Authentication password for API access
|
2 |
GEMINI_AUTH_PASSWORD=123456
|
3 |
|
4 |
+
# Option 1: Credentials as JSON string (highest priority - overrides file-based credentials. HF only. Don't use!)
|
5 |
# GEMINI_CREDENTIALS={"client_id":"your-client-id","client_secret":"your-client-secret","token":"your-access-token","refresh_token":"your-refresh-token","scopes":["https://www.googleapis.com/auth/cloud-platform"],"token_uri":"https://oauth2.googleapis.com/token"}
|
6 |
|
7 |
# Option 2: Path to credentials file (only used if GEMINI_CREDENTIALS is not set)
|