You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-03 22:39:12 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -44,11 +44,11 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
// With TLS
|
||||
|
||||
Address = "api.athenaeum.digital";
|
||||
Address = FunctionParameters["PG_IP"];
|
||||
Port = "1434";
|
||||
|
||||
ConnectionString = OPI_MSSQL.GenerateConnectionString(Address, , Login, Password, Port);
|
||||
TLSSettings = OPI_MSSQL.GetTlsSettings(False);
|
||||
TLSSettings = OPI_MSSQL.GetTlsSettings(True);
|
||||
|
||||
Result = OPI_MSSQL.CreateConnection(ConnectionString, TLSSettings);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user