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