Migrate hishtory from k8s to docker compose

This commit is contained in:
David Dworken
2022-10-18 11:53:35 -07:00
parent 2c6061e497
commit ad809efef6
4 changed files with 1 additions and 82 deletions

View File

@ -29,7 +29,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.
// TODO: Migrate this
PostgresDb = "postgresql://postgres:O74Ji4735C@postgres-postgresql.default.svc.cluster.local:5432/hishtory?sslmode=disable"
PostgresDb = "postgresql://postgres:O74Ji4735C@postgres:5432/hishtory?sslmode=disable"
)
var (