Tea78 commited on
Commit
74558ee
·
verified ·
1 Parent(s): b1d0fe8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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": "insecure",
135
- "token": "$GATEWAY_TOKEN"
136
  },
137
  "remote": {
138
- "token": "$GATEWAY_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,