Replies: 2 comments 7 replies
-
这里配置 Line 17 in 029ebab |
Beta Was this translation helpful? Give feedback.
7 replies
-
docker部署修改这个文件 具体怎么修改,env文件内都有引导链接 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
该项目本身的mysql数据库地址
DATABASES = {
"default": {
**env.db(),
**{
"DEFAULT_CHARSET": "utf8mb4",
"CONN_MAX_AGE": 50,
"OPTIONS": {
"init_command": "SET sql_mode='STRICT_TRANS_TABLES'",
"charset": "utf8mb4",
},
"TEST": {
"NAME": "test_archery",
"CHARSET": "utf8mb4",
},
},
}
}
这是要修改哪呢
Beta Was this translation helpful? Give feedback.
All reactions