Squashed commit of the following:
commit f1db9b9dc1026760a43028e548572db4e639976e
Author: Sonny <sonnyba871@gmail.com>
Date: Mon Mar 16 20:47:15 2020 +0100
Add port setting
This commit is contained in:
parent
4da301eb3e
commit
420481f18a
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ DATABASES = {
|
|||
"default": {
|
||||
"ENGINE": "django.db.backends.postgresql",
|
||||
"HOST": os.environ["POSTGRES_HOST"],
|
||||
"PORT": os.environ["POSTGRES_PORT"],
|
||||
"NAME": os.environ["POSTGRES_NAME"],
|
||||
"USER": os.environ["POSTGRES_USER"],
|
||||
"PASSWORD": os.environ["POSTGRES_PASSWORD"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue