Spaces:
Sleeping
Sleeping
KAPO rollout fix: sync shared/google_drive_state.py
Browse files
shared/google_drive_state.py
CHANGED
|
@@ -51,6 +51,9 @@ class GoogleDriveStateClient:
|
|
| 51 |
"firebase_enabled": "FIREBASE_ENABLED",
|
| 52 |
"executor_url": "EXECUTOR_URL",
|
| 53 |
"executor_public_url": "EXECUTOR_PUBLIC_URL",
|
|
|
|
|
|
|
|
|
|
| 54 |
"ngrok_authtoken": "NGROK_AUTHTOKEN",
|
| 55 |
"brain_public_url": "BRAIN_PUBLIC_URL",
|
| 56 |
"brain_roles": "BRAIN_ROLES",
|
|
|
|
| 51 |
"firebase_enabled": "FIREBASE_ENABLED",
|
| 52 |
"executor_url": "EXECUTOR_URL",
|
| 53 |
"executor_public_url": "EXECUTOR_PUBLIC_URL",
|
| 54 |
+
"control_plane_url": "KAPO_CONTROL_PLANE_URL",
|
| 55 |
+
"cloudflare_control_plane_url": "KAPO_CONTROL_PLANE_URL",
|
| 56 |
+
"cloudflare_queue_name": "KAPO_CLOUDFLARE_QUEUE_NAME",
|
| 57 |
"ngrok_authtoken": "NGROK_AUTHTOKEN",
|
| 58 |
"brain_public_url": "BRAIN_PUBLIC_URL",
|
| 59 |
"brain_roles": "BRAIN_ROLES",
|