This commit is contained in:
parent
1eb9a36f02
commit
d3205e987f
@ -94,6 +94,9 @@ DATABASES = {
|
|||||||
'PASSWORD': os.environ.get("DB_PW"),
|
'PASSWORD': os.environ.get("DB_PW"),
|
||||||
'HOST': '192.168.8.4',
|
'HOST': '192.168.8.4',
|
||||||
'PORT': '5432',
|
'PORT': '5432',
|
||||||
|
'OPTIONS': {
|
||||||
|
'sslmode': 'require',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user