Skip to content

Commit

Permalink
[!] switch to production
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed May 23, 2024
1 parent 9b9bcdb commit 14157e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Zella Zhong
Date: 2024-05-23 22:34:52
LastEditors: Zella Zhong
LastEditTime: 2024-05-23 22:54:59
LastEditTime: 2024-05-24 05:18:37
FilePath: /id_allocation/src/data_server.py
Description: main entry point for allocating
'''
Expand All @@ -18,8 +18,8 @@


if __name__ == "__main__":
config = setting.load_settings(env="development")
# config = setting.load_settings(env="production")
# config = setting.load_settings(env="development")
config = setting.load_settings(env="production")
if not os.path.exists(config["server"]["log_path"]):
os.makedirs(config["server"]["log_path"])
logger.InitLogger(config)
Expand Down

0 comments on commit 14157e7

Please sign in to comment.