diff options
| author | shihaoyue <[email protected]> | 2024-09-06 23:46:23 +0800 |
|---|---|---|
| committer | shihaoyue <[email protected]> | 2024-09-06 23:46:23 +0800 |
| commit | ecf7640fc389acd8350b3616b64028c642089aa0 (patch) | |
| tree | a2144194257dfd8611d4fe39991e081c841c5b56 /server | |
| parent | 1ab3dc3d50d743cf3bbe38320644f84740c77d7b (diff) | |
上正式服务器
Diffstat (limited to 'server')
| -rw-r--r-- | server/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/settings.py b/server/settings.py index 3142533..0bf9173 100644 --- a/server/settings.py +++ b/server/settings.py @@ -3,7 +3,7 @@ import datetime DEBUG = False # 是否以运行效果模拟状态运行,用于控制和代理通信的处理 RUN_DEV = True -SERVER_PORT = 12530 +SERVER_PORT = 12526 START_DAY = datetime.date.today() # 数据库配置 |
