Spaces:
Paused
Paused
Lenson commited on
Commit ·
5a5b104
1
Parent(s): cc7d19f
fix: disable dashboard login for HF Spaces
Browse files- config/default.yaml +1 -1
config/default.yaml
CHANGED
|
@@ -26,7 +26,7 @@ auth:
|
|
| 26 |
server:
|
| 27 |
host: "::"
|
| 28 |
port: 7860
|
| 29 |
-
proxy_api_key:
|
| 30 |
session:
|
| 31 |
ttl_minutes: 60
|
| 32 |
cleanup_interval_minutes: 5
|
|
|
|
| 26 |
server:
|
| 27 |
host: "::"
|
| 28 |
port: 7860
|
| 29 |
+
proxy_api_key: ""
|
| 30 |
session:
|
| 31 |
ttl_minutes: 60
|
| 32 |
cleanup_interval_minutes: 5
|