[config] split host/port
This commit is contained in:
parent
88d769c29b
commit
9eb1f582dc
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,9 @@ default_config = {
|
|||
},
|
||||
'supervisor': {
|
||||
'scheme': 'http',
|
||||
'host': '127.0.0.1:8000',
|
||||
'host': '127.0.0.1',
|
||||
'port': 8008,
|
||||
'certificate': 'None',
|
||||
'get_path': '/',
|
||||
'post_path': '/',
|
||||
'interval': 10000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue