commit
This commit is contained in:
10
.env.example
10
.env.example
@@ -24,3 +24,13 @@ LOG_DIR=./logs
|
||||
|
||||
# 调试模式
|
||||
DEBUG=True
|
||||
|
||||
# 测试配置
|
||||
AUTO_CLOSE_BROWSER=False
|
||||
|
||||
# MySQL数据库配置
|
||||
MYSQL_HOST=localhost
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_USER=root
|
||||
MYSQL_PASSWORD=your_password
|
||||
MYSQL_DATABASE=ai_article
|
||||
|
||||
Reference in New Issue
Block a user