Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -45,7 +45,7 @@ if [ ! -f /root/.openclaw/openclaw.json ]; then\n\
|
|
| 45 |
"trustedProxies": ["0.0.0.0/0"],\n\
|
| 46 |
"auth": {\n\
|
| 47 |
"mode": "token",\n\
|
| 48 |
-
"token": "
|
| 49 |
},\n\
|
| 50 |
"controlUi": {\n\
|
| 51 |
"allowInsecureAuth": true\n\
|
|
|
|
| 45 |
"trustedProxies": ["0.0.0.0/0"],\n\
|
| 46 |
"auth": {\n\
|
| 47 |
"mode": "token",\n\
|
| 48 |
+
"token": "${OPENCLAW_GATEWAY_PASSWORD}"\n\
|
| 49 |
},\n\
|
| 50 |
"controlUi": {\n\
|
| 51 |
"allowInsecureAuth": true\n\
|