sharween commited on
Commit
f95d0d7
·
verified ·
1 Parent(s): e0854a7

Update openclaw.json

Browse files
Files changed (1) hide show
  1. openclaw.json +12 -10
openclaw.json CHANGED
@@ -32,10 +32,12 @@
32
  }
33
  }
34
  },
35
- "agents": {
36
- "defaults": {
37
- "model": { "primary": "${MODEL}" }
38
- }
 
 
39
  },
40
  "channels": {
41
  "feishu": {
@@ -56,14 +58,14 @@
56
  "bind": "lan",
57
  "port": 7860,
58
  "trustedProxies": ["0.0.0.0/0"],
59
- "auth": {
60
- "mode": "token",
61
- "token": "${OPENCLAW_GATEWAY_PASSWORD}"
62
  },
63
  "controlUi": {
64
- "allowInsecureAuth": true,
65
- "dangerouslyDisableDeviceAuth": true,
66
- "allowedOrigins": ["*"],
67
  "dangerouslyAllowHostHeaderOriginFallback": true
68
  },
69
  "nodes": {
 
32
  }
33
  }
34
  },
35
+ "agents": {
36
+ "defaults": {
37
+ "model": {
38
+ "primary": "${MODEL}"
39
+ }
40
+ }
41
  },
42
  "channels": {
43
  "feishu": {
 
58
  "bind": "lan",
59
  "port": 7860,
60
  "trustedProxies": ["0.0.0.0/0"],
61
+ "auth": {
62
+ "mode": "token",
63
+ "token": "${OPENCLAW_GATEWAY_PASSWORD}"
64
  },
65
  "controlUi": {
66
+ "allowInsecureAuth": true,
67
+ "dangerouslyDisableDeviceAuth": true,
68
+ "allowedOrigins": ["*"],
69
  "dangerouslyAllowHostHeaderOriginFallback": true
70
  },
71
  "nodes": {