Spaces:
Runtime error
Runtime error
Upload config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"site_config": {
|
3 |
+
"host": "0.0.0.0",
|
4 |
+
"port": 1338,
|
5 |
+
"debug": false
|
6 |
+
},
|
7 |
+
"url_prefix": ""
|
8 |
+
}
|