add links to github repo and better format the installation instructions

This commit is contained in:
David Dworken
2022-04-09 00:33:20 -07:00
parent f02033afeb
commit f7627d3e77
2 changed files with 14 additions and 8 deletions

View File

@ -18,6 +18,7 @@ import (
)
const (
// This password is for the postgres cluster running in my k8s cluster that is not publicly accessible. Some day I'll migrate it out of the code and rotate the password, but until then, this is fine.
PostgresDb = "postgresql://postgres:O74Ji4735C@postgres-postgresql.default.svc.cluster.local:5432/hishtory?sslmode=disable"
)