tao-shen commited on
Commit
e8beb45
·
verified ·
1 Parent(s): e2bd30e

Upload /app/.openclaw/openclaw.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. app/.openclaw/openclaw.json +12 -0
app/.openclaw/openclaw.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "host": "0.0.0.0",
3
+ "port": 8080,
4
+ "a2a_gateway": {
5
+ "enabled": true,
6
+ "host": "localhost",
7
+ "port": 8081,
8
+ "token": ""
9
+ },
10
+ "workspace": "/home/node/.openclaw/workspace",
11
+ "credentials": "/home/node/.openclaw/credentials"
12
+ }