Files
peter/.env
konjacpotato 43a3fdcded
All checks were successful
Gitea Actions Demo / host-commands (push) Successful in 0s
add log type file
2026-02-15 21:56:31 +08:00

15 lines
231 B
Bash

ENV=dev
DEBUG=true
# 日志配置
LOG_LEVEL=DEBUG
LOG_TYPE=console,file
LOG_FILE_PATH=logs
# 数据库配置
DB_HOST= 47.119.128.161 # 192.168.1.200
DB_PORT=19732
DB_USER=postgres
DB_PASS=postgres
DB_NAME=peter