Files
zpark-ems/.env.example
Du Wenbo d153f8e430 zpark-ems v1.0.0: 中关村医疗器械园EMS客户项目
基于 ems-core v1.0.0,包含:
- customers/zpark/config.yaml — Z-Park品牌配置(阳光电源采集器)
- customers/zpark/devices.json — 10台逆变器 + 8台汇流箱设备清单
- customers/zpark/pricing.json — 北京2026年分时电价
- scripts/seed_zpark.py — Z-Park设备和告警种子数据
- docker-compose.override.yml — Z-Park部署配置
- core/ — ems-core v1.0.0 (git subtree)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 18:19:31 +08:00

20 lines
586 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.
# 中关村医疗器械园 EMS 环境配置
CUSTOMER=zpark
DATABASE_URL=sqlite+aiosqlite:///./zpark_ems.db
REDIS_URL=redis://localhost:6379/0
REDIS_ENABLED=true
USE_SIMULATOR=false
AGGREGATION_ENABLED=true
INGESTION_QUEUE_ENABLED=false
TIMESCALE_ENABLED=false
SECRET_KEY=zpark-change-this-in-production
SMTP_ENABLED=false
# 阳光电源 iSolarCloud API数据采集用
# SUNGROW_API_BASE=https://gateway.isolarcloud.com
# SUNGROW_APP_KEY=your_app_key
# SUNGROW_SYS_CODE=901
# SUNGROW_ACCESS_KEY=your_access_key
# SUNGROW_ACCOUNT=your_phone_number
# SUNGROW_PASSWORD=your_password