All checks were successful
Gitea Actions Demo / deploy (push) Successful in 35s
14 lines
164 B
Plaintext
14 lines
164 B
Plaintext
ENV=test
|
|
|
|
DEBUG=true
|
|
|
|
# 日志配置
|
|
LOG_LEVEL=DEBUG
|
|
LOG_TYPE=console
|
|
|
|
# 数据库配置
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASS=123456
|
|
DB_NAME=mydb |