You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -45,11 +45,11 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
// With TLS
|
||||
|
||||
Address = "api.athenaeum.digital";
|
||||
Address = FunctionParameters["PG_IP"];
|
||||
Port = "3307";
|
||||
|
||||
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password, Port);
|
||||
TLSSettings = OPI_MySQL.GetTlsSettings(False);
|
||||
TLSSettings = OPI_MySQL.GetTlsSettings(True);
|
||||
|
||||
Result = OPI_MySQL.CreateConnection(ConnectionString, TLSSettings);
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ Passing Tls settings together with passing an already created connection to the
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Result = OPI_MySQL.GetTlsSettings(False);
|
||||
Result = OPI_MySQL.GetTlsSettings(True);
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user