12 lines
332 B
Bash
12 lines
332 B
Bash
CONFIG_SERVER_CREDS = "ws://ip.ip.ip.ip:port"
|
|
API_GRUBBER_SOCKET = "api-grubber.sock"
|
|
PREPROC_SOCKET = "preproc.sock"
|
|
|
|
# PostgreSQL connection [DEPRECATED]
|
|
DB_HOST = "ip.addr.postgresql.server"
|
|
DB_USER = "db_user"
|
|
DB_PASSWORD = "db_user_password"
|
|
DB_DBNAME = "db_name"1
|
|
|
|
# Prometheus-Exporter info
|
|
EXPORTER_URL = "ip.ip.ip.ip:port" |