12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
|
|
# 天普大兴园区 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
|