ssl postgres
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-12-30 02:50:31 +01:00
parent 1eb9a36f02
commit d3205e987f

View File

@ -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',
},
} }
} }