Add certificate config and docs
This commit is contained in:
parent
2b1c6cd49f
commit
687a256fff
5 changed files with 76 additions and 9 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue