This commit is contained in:
daniel.rodrigues 2026-02-11 11:58:53 -03:00
parent e5c4ca46cf
commit 3bc578263b
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ CONNECTION_STRING = (
"DRIVER={ODBC Driver 18 for SQL Server};"
"SERVER=10.77.77.10;"
"DATABASE=GINSENG;"
"UID=supginseng;"
"PWD=Iphone2513@;"
"UID=apiginseng;"
"PWD={72k8Y<K?2;"
"PORT=1433;"
"TrustServerCertificate=yes"
)

View File

@ -199,8 +199,8 @@ def insert_token_to_db(token):
'DRIVER={ODBC Driver 18 for SQL Server};'
'SERVER=10.77.77.10;'
'DATABASE=GINSENG;'
'UID=supginseng;'
'PWD=Iphone2513@;'
'UID=apiginseng;'
'PWD={72k8Y<K?2;'
'PORT=1433;'
'TrustServerCertificate=yes'
)