Skip to content
GitLab
Menu
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
7b259d67
Commit
7b259d67
authored
Jun 28, 2018
by
Thom Wiggers
📐
Browse files
Merge branch 'postgres_password' into 'master'
Postgres password See merge request
!843
parents
5a7773ce
103035bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/settings/production.py
View file @
7b259d67
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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