Spaces:
Paused
Paused
Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
|
@@ -12,8 +12,8 @@ whitelist:
|
|
| 12 |
basicAuthMode: ture
|
| 13 |
# Basic authentication credentials
|
| 14 |
basicAuthUser:
|
| 15 |
-
username:
|
| 16 |
-
password:
|
| 17 |
# Enables CORS proxy middleware
|
| 18 |
enableCorsProxy: false
|
| 19 |
# Disable security checks - NOT RECOMMENDED
|
|
|
|
| 12 |
basicAuthMode: ture
|
| 13 |
# Basic authentication credentials
|
| 14 |
basicAuthUser:
|
| 15 |
+
username: username
|
| 16 |
+
password: password
|
| 17 |
# Enables CORS proxy middleware
|
| 18 |
enableCorsProxy: false
|
| 19 |
# Disable security checks - NOT RECOMMENDED
|