ChandimaPrabath commited on
Commit
d99e3ba
·
verified ·
1 Parent(s): c808324

Create webdis.json

Browse files
Files changed (1) hide show
  1. 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
+ }