17 lines
235 B
Plaintext
17 lines
235 B
Plaintext
# PostgreSQL
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=wifi_etl
|
|
DB_USER=postgres
|
|
DB_PASSWORD=
|
|
|
|
# API Ruijie (AP)
|
|
RUIJIE_BASE_URL=
|
|
RUIJIE_API_KEY=
|
|
|
|
# API WiFeed (autenticação)
|
|
WIFEED_BASE_URL=
|
|
WIFEED_API_KEY=
|
|
|
|
# ETL config
|
|
LOG_LEVEL=INFO |