att
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2.2",
|
||||||
|
"includes": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"permissions": {
|
||||||
|
"authorizationtoken": ""
|
||||||
|
},
|
||||||
|
"connectedServer": {},
|
||||||
|
"configurations": [],
|
||||||
|
"savedTokens": [],
|
||||||
|
"lastConnectedServer": ""
|
||||||
|
}
|
||||||
@@ -647,7 +647,7 @@ def main() -> None:
|
|||||||
"SERVER=10.77.77.10;"
|
"SERVER=10.77.77.10;"
|
||||||
"DATABASE=GINSENG;"
|
"DATABASE=GINSENG;"
|
||||||
"UID=andrey;"
|
"UID=andrey;"
|
||||||
"PWD=88253332;"
|
"PWD=88253332Aw@;"
|
||||||
"TrustServerCertificate=yes;"
|
"TrustServerCertificate=yes;"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -590,7 +590,7 @@ def main() -> None:
|
|||||||
"SERVER=10.77.77.10;"
|
"SERVER=10.77.77.10;"
|
||||||
"DATABASE=GINSENG;"
|
"DATABASE=GINSENG;"
|
||||||
"UID=andrey;"
|
"UID=andrey;"
|
||||||
"PWD=88253332;"
|
"PWD=88253332Aw@;"
|
||||||
"TrustServerCertificate=yes;"
|
"TrustServerCertificate=yes;"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ SQL_CONN = (
|
|||||||
"SERVER=10.77.77.10;"
|
"SERVER=10.77.77.10;"
|
||||||
"DATABASE=GINSENG;"
|
"DATABASE=GINSENG;"
|
||||||
"UID=andrey;"
|
"UID=andrey;"
|
||||||
"PWD=88253332;"
|
"PWD=88253332Aw@;"
|
||||||
"TrustServerCertificate=yes;"
|
"TrustServerCertificate=yes;"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -69,7 +69,7 @@ SQLSERVER_CONN = os.getenv(
|
|||||||
"SERVER=10.77.77.10;"
|
"SERVER=10.77.77.10;"
|
||||||
"DATABASE=GINSENG;"
|
"DATABASE=GINSENG;"
|
||||||
"UID=andrey;"
|
"UID=andrey;"
|
||||||
"PWD=88253332;"
|
"PWD=88253332Aw@;"
|
||||||
"Encrypt=no;"
|
"Encrypt=no;"
|
||||||
"TrustServerCertificate=yes;"
|
"TrustServerCertificate=yes;"
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -1208,7 +1208,7 @@ if __name__ == "__main__":
|
|||||||
"SERVER=10.77.77.10;"
|
"SERVER=10.77.77.10;"
|
||||||
"DATABASE=GINSENG;"
|
"DATABASE=GINSENG;"
|
||||||
"UID=andrey;"
|
"UID=andrey;"
|
||||||
"PWD=88253332;"
|
"PWD=88253332Aw@;"
|
||||||
"TrustServerCertificate=yes;"
|
"TrustServerCertificate=yes;"
|
||||||
)
|
)
|
||||||
if RUN_MODE == "full":
|
if RUN_MODE == "full":
|
||||||
|
|||||||
+1
-1
@@ -206,7 +206,7 @@ if __name__ == "__main__":
|
|||||||
"SERVER=10.77.77.10;"
|
"SERVER=10.77.77.10;"
|
||||||
"DATABASE=GINSENG;"
|
"DATABASE=GINSENG;"
|
||||||
"UID=andrey;"
|
"UID=andrey;"
|
||||||
"PWD=88253332;"
|
"PWD=88253332Aw@;"
|
||||||
"TrustServerCertificate=yes;"
|
"TrustServerCertificate=yes;"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user