初始化dev

This commit is contained in:
hukdoesn
2025-07-14 16:40:55 +08:00
parent b490607c35
commit f134977fef
2 changed files with 4 additions and 4 deletions

View File

@@ -194,6 +194,6 @@ STATIC_URL = 'static/'
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
# 构建相关配置
# BUILD_ROOT = Path('/Users/huk/Downloads/data') # 修改为指定目录
BUILD_ROOT = Path('/data')
BUILD_ROOT = Path('/Users/huk/Downloads/data') # 修改为指定目录
# BUILD_ROOT = Path('/data')
BUILD_ROOT.mkdir(exist_ok=True, parents=True) # 确保目录存在,包括父目录

View File

@@ -1,7 +1,7 @@
[client]
#host = 127.0.0.1
host = 127.0.0.1
#host = mysql
host = liteops-mysql
#host = liteops-mysql
port = 3306
database = liteops
user = root