This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
take postgres user from env
pull/7/head
Pēteris Caune
10 years ago
parent
8b95449c6f
commit
c2238dec43
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
hc/settings.py
+ 1
- 2
hc/settings.py
View File
@ -92,8 +92,7 @@ DATABASES = {
'
default
'
:
{
'
ENGINE
'
:
'
django.db.backends.postgresql_psycopg2
'
,
'
NAME
'
:
'
hc
'
,
'
USER
'
:
'
postgres
'
,
'
PASSWORD
'
:
'
'
,
'
USER
'
:
env
.
get
(
"
pg_user
"
,
"
postgres
"
)
,
'
TEST
'
:
{
'
CHARSET
'
:
'
UTF8
'
}
}
}
Write
Preview
Loading…
Cancel
Save