att
This commit is contained in:
parent
e5c4ca46cf
commit
3bc578263b
@ -14,8 +14,8 @@ CONNECTION_STRING = (
|
|||||||
"DRIVER={ODBC Driver 18 for SQL Server};"
|
"DRIVER={ODBC Driver 18 for SQL Server};"
|
||||||
"SERVER=10.77.77.10;"
|
"SERVER=10.77.77.10;"
|
||||||
"DATABASE=GINSENG;"
|
"DATABASE=GINSENG;"
|
||||||
"UID=supginseng;"
|
"UID=apiginseng;"
|
||||||
"PWD=Iphone2513@;"
|
"PWD={72k8Y<K?2;"
|
||||||
"PORT=1433;"
|
"PORT=1433;"
|
||||||
"TrustServerCertificate=yes"
|
"TrustServerCertificate=yes"
|
||||||
)
|
)
|
||||||
|
|||||||
@ -199,8 +199,8 @@ def insert_token_to_db(token):
|
|||||||
'DRIVER={ODBC Driver 18 for SQL Server};'
|
'DRIVER={ODBC Driver 18 for SQL Server};'
|
||||||
'SERVER=10.77.77.10;'
|
'SERVER=10.77.77.10;'
|
||||||
'DATABASE=GINSENG;'
|
'DATABASE=GINSENG;'
|
||||||
'UID=supginseng;'
|
'UID=apiginseng;'
|
||||||
'PWD=Iphone2513@;'
|
'PWD={72k8Y<K?2;'
|
||||||
'PORT=1433;'
|
'PORT=1433;'
|
||||||
'TrustServerCertificate=yes'
|
'TrustServerCertificate=yes'
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user