소스 검색

[config] split host/port

Maxime Alves LIRMM@home 3 년 전
부모
커밋
9eb1f582dc
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      pyheatpump/config.py

+ 3
- 1
pyheatpump/config.py 파일 보기

@@ -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…
취소
저장