surok/conf/surok.json

13 lines
246 B
JSON
Raw Normal View History

2016-08-01 12:54:48 +03:00
{
2016-10-14 11:01:52 +03:00
"marathon": {
"force": true,
2016-10-14 11:25:53 +03:00
"host": "http://marathon.mesos:8080",
"enabled": true
2016-10-14 11:01:52 +03:00
},
2016-09-20 14:40:34 +03:00
"confd": "/etc/surok/conf.d",
2016-08-02 19:02:25 +03:00
"domain": "marathon.mesos",
"wait_time": 20,
2016-08-17 12:12:49 +03:00
"lock_dir": "/var/tmp",
"loglevel": "info"
2016-08-01 12:54:48 +03:00
}