Commit 58bd79c9 authored by nanahira's avatar nanahira

def

parent 53778a52
...@@ -77,7 +77,10 @@ ...@@ -77,7 +77,10 @@
}, },
"cloud_replay": { "cloud_replay": {
"enabled": true, "enabled": true,
"redis_port": 6379, "redis": {
"host": "127.0.0.1",
"port": 6379
},
"enable_halfway_watch": true "enable_halfway_watch": true
}, },
"windbot": { "windbot": {
......
...@@ -77,7 +77,10 @@ ...@@ -77,7 +77,10 @@
}, },
"cloud_replay": { "cloud_replay": {
"enabled": true, "enabled": true,
"redis_port": 6379, "redis": {
"host": "127.0.0.1",
"port": 6379
},
"enable_halfway_watch": true "enable_halfway_watch": true
}, },
"windbot": { "windbot": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment