Skip to content
Snippets Groups Projects
Commit d1cb4b7b authored by Neda Moeini's avatar Neda Moeini
Browse files

Enable TrustServerCertificate for MSSQL connection

parent 0d3a509b
Branches
Tags
No related merge requests found
...@@ -89,6 +89,8 @@ DATABASES = { ...@@ -89,6 +89,8 @@ DATABASES = {
'OPTIONS': { 'OPTIONS': {
'driver': 'ODBC Driver 18 for SQL Server', 'driver': 'ODBC Driver 18 for SQL Server',
'extra_params': 'TrustServerCertificate=Yes;'
}, },
}, },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment