Skip to content
Mike B! edited this page Jul 27, 2021 · 2 revisions

here is the database connection, this is what I use for testing on my local host.

{
  "db_pool":<pg_pool>{
    "host":"127.0.0.1",
    "user":"tracko",
    "password":"do_a_tracko",
    "database":"caltrack"
  }
}
Clone this wiki locally