All checks were successful
Gitea Actions Demo / deploy (push) Successful in 35s
16 lines
193 B
Bash
16 lines
193 B
Bash
ENV=dev
|
|
|
|
DEBUG=true
|
|
TIMEZONE=UTC
|
|
APP_NAME=MemeApp
|
|
|
|
# 日志配置
|
|
LOG_LEVEL=DEBUG
|
|
LOG_TYPE=console
|
|
|
|
# 数据库配置
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASS=123456
|
|
DB_NAME=mydb |