coincreator commited on
Commit
9b9fc78
·
verified ·
1 Parent(s): 2e3319a

Update opencode.json

Browse files
Files changed (1) hide show
  1. opencode.json +28 -3
opencode.json CHANGED
@@ -2,7 +2,32 @@
2
  "server": {
3
  "port": 7860,
4
  "hostname": "0.0.0.0",
5
- "mdns": true,
6
- "cors": ["https://coincreator-opencode.hf.space"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
8
- }
 
2
  "server": {
3
  "port": 7860,
4
  "hostname": "0.0.0.0",
5
+ "mdns": false,
6
+ "cors": [
7
+ "https://coincreator-opencode.hf.space",
8
+ "https://coincreator-opencode.static.hf.space",
9
+ "http://localhost:7860"
10
+ ],
11
+ "openBrowser": false
12
+ },
13
+ "requestOptions": {
14
+ "timeout": 3600000,
15
+ "maxBodyLength": 104857600
16
+ },
17
+ "security": {
18
+ "allowRemoteAccess": true,
19
+ "allowedCommands": ["*"]
20
+ },
21
+ "workspace": {
22
+ "root": "/workspace",
23
+ "autoSave": true,
24
+ "watchOptions": {
25
+ "usePolling": true,
26
+ "interval": 1000
27
+ }
28
+ },
29
+ "logger": {
30
+ "level": "info",
31
+ "file": false
32
  }
33
+ }