Spaces:
Sleeping
Sleeping
| { | |
| "space_id": "auto", | |
| "auth_mode": "license", | |
| "max_concurrent_jobs": 1, | |
| "service_version": "3.1.2", | |
| "minimum_version": "3.0.0", | |
| "enable_clone_engines": false, | |
| "hf_token": "YOUR_HUGGING_FACE_READ_TOKEN_FOR_CLONING_ONLY", | |
| "firebase_service_account": { | |
| "type": "service_account", | |
| "project_id": "YOUR_FIREBASE_PROJECT_ID", | |
| "private_key_id": "YOUR_PRIVATE_KEY_ID", | |
| "private_key": "-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY\n-----END PRIVATE KEY-----\n", | |
| "client_email": "firebase-adminsdk@YOUR_FIREBASE_PROJECT_ID.iam.gserviceaccount.com", | |
| "client_id": "YOUR_CLIENT_ID", | |
| "auth_uri": "https://accounts.google.com/o/oauth2/auth", | |
| "token_uri": "https://oauth2.googleapis.com/token", | |
| "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", | |
| "client_x509_cert_url": "YOUR_CLIENT_CERT_URL", | |
| "universe_domain": "googleapis.com" | |
| } | |
| } | |