Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -131,11 +131,11 @@ cat > /root/.openclaw/openclaw.json <<OPENCLAW_CONFIG
|
|
| 131 |
"port": $PORT,
|
| 132 |
"trustedProxies": ["0.0.0.0/0", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
|
| 133 |
"auth": {
|
| 134 |
-
"mode": "
|
| 135 |
-
"token": "
|
| 136 |
},
|
| 137 |
"remote": {
|
| 138 |
-
"token": "
|
| 139 |
},
|
| 140 |
"controlUi": {
|
| 141 |
"allowInsecureAuth": true,
|
|
|
|
| 131 |
"port": $PORT,
|
| 132 |
"trustedProxies": ["0.0.0.0/0", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
|
| 133 |
"auth": {
|
| 134 |
+
"mode": "token",
|
| 135 |
+
"token": "11a5ab55f38849f99e3923378d2a3f262b76c006033c1f17"
|
| 136 |
},
|
| 137 |
"remote": {
|
| 138 |
+
"token": "11a5ab55f38849f99e3923378d2a3f262b76c006033c1f17"
|
| 139 |
},
|
| 140 |
"controlUi": {
|
| 141 |
"allowInsecureAuth": true,
|