feat: 初始化平台总后台与核心API
This commit is contained in:
7
backend/.env.example
Normal file
7
backend/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user