13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
# ===== MySQL =====
|
|
MYSQL_DSN=mysql+aiomysql://root:root@127.0.0.1:3306/app?charset=utf8mb4
|
|
|
|
# ===== 应用 =====
|
|
APP_NAME=fastapi-template
|
|
APP_ENV=dev
|
|
APP_DEBUG=true
|
|
APP_HOST=0.0.0.0
|
|
APP_PORT=8000
|
|
|
|
# 跨域,逗号分隔;* 仅调试用
|
|
CORS_ORIGINS=*
|