dnl_watchdog
cd /opt/denovo_v6/dnl_watchdog/conf
vi dnl_watchdog.confpgsql_hostaddr 127.0.0.1 ← Ip address of the database server
pgsql_user postgres ← database user
# Account password
# Default: none
#pgsql_pass password ← If database is set to password only access then password here, and remove # from the front.
# Server binding address
# Default: 127.0.0.1
server_ip 127.0.0.1 ← Ip address which is accessible to the api/ui server.
# Default: none - allow all connections
server_ip_whitelist 127.0.0.1 ← Add server ip of the api /ui server to allow connections.
Last updated