Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
103035bc
Commit
103035bc
authored
Jun 27, 2018
by
Joren Vrancken
Browse files
Add PASSWORD to postgres config
parent
5a7773ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/settings/production.py
View file @
103035bc
...
...
@@ -41,6 +41,7 @@ DATABASES = {
'default'
:
{
'ENGINE'
:
'django.db.backends.postgresql'
,
'USER'
:
os
.
environ
.
get
(
'POSTGRES_USER'
,
'postgres'
),
'PASSWORD'
:
os
.
environ
.
get
(
'POSTGRES_PASSWORD'
,
''
),
'NAME'
:
os
.
environ
.
get
(
'POSTGRES_DB'
),
'HOST'
:
os
.
environ
.
get
(
'DJANGO_POSTGRES_HOST'
),
'PORT'
:
5432
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment