ssl postgres
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-12-30 02:50:31 +01:00
parent 1eb9a36f02
commit d3205e987f
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ DATABASES = {
'PASSWORD': os.environ.get("DB_PW"),
'HOST': '192.168.8.4',
'PORT': '5432',
'OPTIONS': {
'sslmode': 'require',
},
}
}