20 lines
586 B
Plaintext
20 lines
586 B
Plaintext
|
|
# 中关村医疗器械园 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
|