Files
meme/.env
konjacpotato 32d15e8c92
All checks were successful
Gitea Actions Demo / deploy (push) Successful in 35s
import project
2025-11-20 21:41:13 +08:00

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