quinnz commited on
Commit
df493bc
·
verified ·
1 Parent(s): 81885f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -7
Dockerfile CHANGED
@@ -175,13 +175,10 @@ cat > /root/.openclaw/openclaw.json <<EOF
175
  "token":"$OPENCLAW_GATEWAY_PASSWORD"
176
  },
177
  "controlUi":{
178
- "allowInsecureAuth":true,
179
- "controlUi": {
180
- "allowedOrigins": [
181
- "http://127.0.0.1:7860",
182
- "http://localhost:7860"
183
- ]
184
- }
185
  }
186
  },
187
  "channels":{
 
175
  "token":"$OPENCLAW_GATEWAY_PASSWORD"
176
  },
177
  "controlUi":{
178
+ "allowedOrigins": [
179
+ "http://127.0.0.1:7860",
180
+ "http://localhost:7860"
181
+ ]
 
 
 
182
  }
183
  },
184
  "channels":{