Files
platforms/backend/.env.example

8 lines
378 B
Plaintext
Raw Normal View History

# PostgreSQL 为首期唯一必需的真实依赖;请仅在本地环境文件中填写真实连接串。
DATABASE_URL=postgres://postgres:change-me@localhost:5432/agent_dev?sslmode=disable
PORT=8080
# 其它外部能力在首期使用 Mock不要在仓库提交真实 Redis、支付或 IoT 凭证。
REDIS_URL=redis://default:change-me@127.0.0.1:6379/0
APP_ENV=development