Add certificate config and docs

This commit is contained in:
Dana Lambert 2021-11-29 10:16:24 +13:00
parent 2b1c6cd49f
commit 687a256fff
5 changed files with 76 additions and 9 deletions

View file

@ -88,7 +88,7 @@ DATABASES = {
'NAME': os.getenv("RIGHTTREE_DB", "postgres"),
'USER': os.getenv("RIGHTTREE_DB_USER", "postgres"),
'PASSWORD': os.getenv("RIGHTTREE_DB_PASSWORD", "postgres"),
'HOST': os.getenv("POSTGRES_DB", "postgres"),
'HOST': "postgres",
'PORT': 5432,
}
}