diff --git a/app/config.py b/app/config.py index af1fcc5..42745dc 100644 --- a/app/config.py +++ b/app/config.py @@ -32,6 +32,6 @@ os.makedirs(DB_DIR, exist_ok=True) os.makedirs(OUTPUT_DIR, exist_ok=True) # 全局参数 SEND_LOG_FLAG = True # 是否发送错误日志 -# SERVER_API_URL = 'http://api.lc044.love' # api接口 -SERVER_API_URL = 'https://api.memotrace.cn/' +SERVER_API_URL = 'http://api.lc044.love' # api接口 +# SERVER_API_URL = 'https://api.memotrace.cn/' # SERVER_API_URL = 'http://127.0.0.1:8000' # api接口