Files
platforms/backend/.env.example

8 lines
378 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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