소스 검색

Updating supervisor conf

PONSARD François 7 년 전
부모
커밋
04a2c390b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      supervisor.conf

+ 1 - 1
supervisor.conf

@@ -1,6 +1,6 @@
 [program:mqtt2graphite]
 command=/usr/bin/python2.7 /opt/mqtt2graphite/mqtt2graphite.py /etc/mqtt2graphite/mqtt2graphite.conf
-#environment=MQTT_HOST='$1',CARBON_SERVER='$CARBON_SERVER',DEBUG=$DEBUG
+environment=MQTT_HOST='127.0.0.1',CARBON_SERVER='127.0.0.1',DEBUG=False
 autostart=true
 autorestart=true
 redirect_stderr=true