1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-27 14:27:03 +03:00
parent 5124e2e2bc
commit ce2d13d0f4
40 changed files with 8523 additions and 8590 deletions

View File

@@ -9,11 +9,11 @@
// С TLS
Адрес = "api.athenaeum.digital";
Адрес = ПараметрыФункции["PG_IP"];
Порт = "1434";
СтрокаПодключения = OPI_MSSQL.СформироватьСтрокуПодключения(Адрес, , Логин, Пароль, Порт);
НастройкиTLS = OPI_MSSQL.ПолучитьНастройкиTls(Ложь);
НастройкиTLS = OPI_MSSQL.ПолучитьНастройкиTls(Истина);
Результат = OPI_MSSQL.ОткрытьСоединение(СтрокаПодключения, НастройкиTLS);