tp-ems v1.0.0: 天普大兴园区EMS客户项目
基于 ems-core v1.0.0,包含: - customers/tianpu/config.yaml — 天普品牌配置和功能开关 - scripts/seed_data.py — 天普设备、用户、告警、充电桩种子数据 - docker-compose.override.yml — 天普部署配置 - core/ — ems-core v1.0.0 (git subtree) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 天普大兴园区 EMS 环境配置
|
||||
CUSTOMER=tianpu
|
||||
DATABASE_URL=sqlite+aiosqlite:///./tianpu_ems.db
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
REDIS_ENABLED=true
|
||||
USE_SIMULATOR=true
|
||||
AGGREGATION_ENABLED=true
|
||||
INGESTION_QUEUE_ENABLED=false
|
||||
TIMESCALE_ENABLED=false
|
||||
SECRET_KEY=tianpu-change-this-in-production
|
||||
SMTP_ENABLED=false
|
||||
Reference in New Issue
Block a user