Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +3 -3
config.yaml
CHANGED
|
@@ -3,15 +3,15 @@ port: 7860
|
|
| 3 |
|
| 4 |
remote-management:
|
| 5 |
allow-remote: true
|
| 6 |
-
secret-key: "
|
| 7 |
disable-control-panel: false
|
| 8 |
panel-github-repository: "https://github.com/router-for-me/Cli-Proxy-API-Management-Center"
|
| 9 |
|
| 10 |
auth-dir: "/app/auths"
|
| 11 |
|
| 12 |
api-keys:
|
| 13 |
-
- "
|
| 14 |
-
- "
|
| 15 |
|
| 16 |
debug: false
|
| 17 |
request-retry: 3
|
|
|
|
| 3 |
|
| 4 |
remote-management:
|
| 5 |
allow-remote: true
|
| 6 |
+
secret-key: "${SECRET_KEY}"
|
| 7 |
disable-control-panel: false
|
| 8 |
panel-github-repository: "https://github.com/router-for-me/Cli-Proxy-API-Management-Center"
|
| 9 |
|
| 10 |
auth-dir: "/app/auths"
|
| 11 |
|
| 12 |
api-keys:
|
| 13 |
+
- "${API_KEY_1}"
|
| 14 |
+
- "${API_KEY_2}"
|
| 15 |
|
| 16 |
debug: false
|
| 17 |
request-retry: 3
|