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