Explorar el Código

[config] split host/port

Maxime Alves LIRMM@home hace 3 años
padre
commit
9eb1f582dc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      pyheatpump/config.py

+ 3
- 1
pyheatpump/config.py Ver fichero

@@ -19,7 +19,9 @@ default_config = {
19 19
     },
20 20
     'supervisor': {
21 21
         'scheme': 'http',
22
-        'host': '127.0.0.1:8000',
22
+        'host': '127.0.0.1',
23
+        'port': 8008,
24
+        'certificate': 'None',
23 25
         'get_path': '/',
24 26
         'post_path': '/',
25 27
         'interval': 10000,

Loading…
Cancelar
Guardar