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:
@@ -31,9 +31,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Address = FunctionParameters["PG_IP"];
|
||||
Address = "127.0.0.1";
|
||||
Login = "bayselonarrend";
|
||||
Password = FunctionParameters["PG_Password"];
|
||||
Password = "12we...";
|
||||
Base = "";
|
||||
|
||||
Result = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);
|
||||
|
||||
Reference in New Issue
Block a user