[config] split host/port

This commit is contained in:
Maxime Alves LIRMM@home 2020-08-02 21:22:54 +02:00
commit 9eb1f582dc

View file

@ -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,