15 lines
334 B
Bash
15 lines
334 B
Bash
APP_PORT=8080
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=change-me
|
|
POSTGRES_DATABASE=aquacontrolai
|
|
POSTGRES_SSLMODE=disable
|
|
TDENGINE_HOST=localhost
|
|
TDENGINE_PORT=6041
|
|
TDENGINE_USER=root
|
|
TDENGINE_PASSWORD=change-me
|
|
TDENGINE_DATABASE=aquacontrolai
|
|
HISTORY_RETENTION_DAYS=365
|
|
COLLECTOR_WORKERS=8
|