This commit is contained in:
2026-07-03 16:48:17 -03:00
parent a9ddcecdcc
commit 1615572c48
7 changed files with 19 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"version": "0.2.2",
"includes": [
""
],
"permissions": {
"authorizationtoken": ""
},
"connectedServer": {},
"configurations": [],
"savedTokens": [],
"lastConnectedServer": ""
}
+1 -1
View File
@@ -647,7 +647,7 @@ def main() -> None:
"SERVER=10.77.77.10;"
"DATABASE=GINSENG;"
"UID=andrey;"
"PWD=88253332;"
"PWD=88253332Aw@;"
"TrustServerCertificate=yes;"
)
+1 -1
View File
@@ -590,7 +590,7 @@ def main() -> None:
"SERVER=10.77.77.10;"
"DATABASE=GINSENG;"
"UID=andrey;"
"PWD=88253332;"
"PWD=88253332Aw@;"
"TrustServerCertificate=yes;"
),
)
+1 -1
View File
@@ -70,7 +70,7 @@ SQL_CONN = (
"SERVER=10.77.77.10;"
"DATABASE=GINSENG;"
"UID=andrey;"
"PWD=88253332;"
"PWD=88253332Aw@;"
"TrustServerCertificate=yes;"
)
+1 -1
View File
@@ -69,7 +69,7 @@ SQLSERVER_CONN = os.getenv(
"SERVER=10.77.77.10;"
"DATABASE=GINSENG;"
"UID=andrey;"
"PWD=88253332;"
"PWD=88253332Aw@;"
"Encrypt=no;"
"TrustServerCertificate=yes;"
),
+1 -1
View File
@@ -1208,7 +1208,7 @@ if __name__ == "__main__":
"SERVER=10.77.77.10;"
"DATABASE=GINSENG;"
"UID=andrey;"
"PWD=88253332;"
"PWD=88253332Aw@;"
"TrustServerCertificate=yes;"
)
if RUN_MODE == "full":
+1 -1
View File
@@ -206,7 +206,7 @@ if __name__ == "__main__":
"SERVER=10.77.77.10;"
"DATABASE=GINSENG;"
"UID=andrey;"
"PWD=88253332;"
"PWD=88253332Aw@;"
"TrustServerCertificate=yes;"
)