Files

10 lines
132 B
Bash
Raw Permalink Normal View History

# 数据库配置
DB_HOST=postgres
DB_PORT=5432
DB_NAME=agent_tasks
DB_USER=postgres
DB_PASSWORD=postgres
# 应用配置
PORT=3000