39 lines
686 B
Plaintext
39 lines
686 B
Plaintext
# 数据库配置
|
|
PG_DSN=postgresql://user:password@localhost:5432/LLZQ
|
|
PG_HOST=localhost
|
|
PG_PORT=5432
|
|
PG_NAME=LLZQ
|
|
PG_USER=local-Python
|
|
PG_PASSWORD=your_password_here
|
|
|
|
# API配置
|
|
API_BASE=https://api.example.com
|
|
API_TOKEN=your_token_here
|
|
API_TIMEOUT=20
|
|
API_PAGE_SIZE=200
|
|
API_RETRY_MAX=3
|
|
|
|
# 应用配置
|
|
STORE_ID=2790685415443269
|
|
TIMEZONE=Asia/Taipei
|
|
SCHEMA_OLTP=billiards
|
|
SCHEMA_ETL=etl_admin
|
|
|
|
# 路径配置
|
|
EXPORT_ROOT=/path/to/export
|
|
LOG_ROOT=/path/to/logs
|
|
|
|
# ETL配置
|
|
OVERLAP_SECONDS=120
|
|
WINDOW_BUSY_MIN=30
|
|
WINDOW_IDLE_MIN=180
|
|
IDLE_START=04:00
|
|
IDLE_END=16:00
|
|
ALLOW_EMPTY_ADVANCE=true
|
|
|
|
# 清洗配置
|
|
LOG_UNKNOWN_FIELDS=true
|
|
HASH_ALGO=sha1
|
|
STRICT_NUMERIC=true
|
|
ROUND_MONEY_SCALE=2
|