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