Simford.Dong commited on
Commit ·
8c590d4
1
Parent(s): 3c4a4a4
Fix: revert allowInsecureAuth to true to ensure UI functionality
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -55,7 +55,7 @@ if [ ! -f /root/.openclaw/openclaw.json ]; then\n\
|
|
| 55 |
"password": "${SETUP_PASSWORD}"\n\
|
| 56 |
},\n\
|
| 57 |
"controlUi": {\n\
|
| 58 |
-
"allowInsecureAuth":
|
| 59 |
}\n\
|
| 60 |
},\n\
|
| 61 |
"agents": {\n\
|
|
|
|
| 55 |
"password": "${SETUP_PASSWORD}"\n\
|
| 56 |
},\n\
|
| 57 |
"controlUi": {\n\
|
| 58 |
+
"allowInsecureAuth": true\n\
|
| 59 |
}\n\
|
| 60 |
},\n\
|
| 61 |
"agents": {\n\
|