database = postgres # Determines which of PostgreSQL or Cassandra
pg_host = 105.domsn.com # Host of the Postgres server.
pg_port = 5432 # Port of the Postgres server.
pg_timeout = 5000 # Defines the timeout (in ms), for connecting,
pg_user = root # Postgres user.
pg_password = wdqdmm@p # Postgres user's password.
pg_database = kong # The database name to connect to.