Spaces:
Sleeping
Sleeping
Create webdis.json
Browse files- webdis.json +4 -0
webdis.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"redis": { "host": "127.0.0.1", "port": 6379 },
|
| 3 |
+
"http": { "host": "0.0.0.0", "port": 7860 }
|
| 4 |
+
}
|