Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
721e7d5b
authored
2024-04-12 18:22:06 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:加密
1 parent
141a5662
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/settings/__init__.py
src/settings/__init__.py
View file @
721e7d5
...
...
@@ -100,7 +100,7 @@ DATABASES = {
for
db_setting
in
DATABASES
.
values
():
db_setting
[
'OPTIONS'
]
=
{
'driver'
:
'ODBC Driver 17 for SQL Server'
,
'extra_params'
:
"odbc_cursortype=2"
'extra_params'
:
"odbc_cursortype=2
;TrustServerCertificate=yes;Encrypt=yes
"
}
# set this to False if you want to turn off pyodbc's connection pooling
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment