mirror of
https://github.com/cxchency/manosaba-character-composer.git
synced 2026-01-22 01:57:10 +08:00
初始化仓库
This commit is contained in:
10
config_tmp/settings.py
Normal file
10
config_tmp/settings.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import sys
|
||||
DEBUGPY = None
|
||||
if "debugpy" in sys.modules:
|
||||
import debugpy
|
||||
DEBUGPY = debugpy
|
||||
|
||||
HOST = "0.0.0.0"
|
||||
PORT = 5005
|
||||
BASE_DIR = r"characters" # 角色数据目录
|
||||
PROFILE_DIR = r"profiles" # 头像目录
|
||||
Reference in New Issue
Block a user