non use ai

This commit is contained in:
2024-03-04 14:22:56 +09:00
parent 3d12dfe64d
commit 209ba8345f
92 changed files with 9130 additions and 3 deletions

15
project_config.py Normal file
View File

@@ -0,0 +1,15 @@
PROJECT_VERSION = 0.5
CONFIG_AISERVER = "AISERVER"
CONFIG_MG = "MG"
CONFIG_FERMAT = "FERMAT"
# CONFIG = CONFIG_AISERVER
CONFIG = CONFIG_MG
# CONFIG = CONFIG_FERMAT
DEBUG_MODE = False
SFTP_UPLOAD = False
FR_UPLOAD = True