初始化

This commit is contained in:
hukdoesn
2025-06-13 10:21:12 +08:00
parent 1bb6f0b9a8
commit 1d6412861c
7 changed files with 626 additions and 24 deletions

View File

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

View File

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