Files
urldb/env.example
2025-07-10 01:27:35 +08:00

13 lines
194 B
Plaintext

# 数据库配置
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=password
DB_NAME=res_db
# 服务器配置
PORT=8080
# 文件上传配置
UPLOAD_DIR=./uploads
MAX_FILE_SIZE=100MB