|
@@ -4,7 +4,7 @@ import os
|
|
import logging
|
|
import logging
|
|
|
|
|
|
env_dict = os.environ
|
|
env_dict = os.environ
|
|
-hblog_conf = env_dict.get("hblog_conf")
|
|
|
|
|
|
+hblog_conf = env_dict.get("HTALK_CONF")
|
|
if hblog_conf is None:
|
|
if hblog_conf is None:
|
|
logging.info("Configure file ./etc/conf.json")
|
|
logging.info("Configure file ./etc/conf.json")
|
|
configure("./etc/conf.json")
|
|
configure("./etc/conf.json")
|