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:
4
docs/en/examples/MongoDB/ExecuteCommand.txt
vendored
Normal file
4
docs/en/examples/MongoDB/ExecuteCommand.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
Address = "127.0.0.1:1234";
|
||||
Login = "bayselonarrend";
|
||||
Password = "12we...";
|
||||
Base = "main";
|
||||
@@ -2,3 +2,6 @@
|
||||
Login = "bayselonarrend";
|
||||
Password = "12we...";
|
||||
Base = "main";
|
||||
|
||||
ConnectionParams = New Structure("authSource", "admin");
|
||||
Result = OPI_MongoDB.GenerateConnectionString(Address, Base, Login, Password, ConnectionParams);
|
||||
|
||||
4
docs/en/examples/MongoDB/GetDatabase.txt
vendored
Normal file
4
docs/en/examples/MongoDB/GetDatabase.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
Address = "127.0.0.1:1234";
|
||||
Login = "bayselonarrend";
|
||||
Password = "12we...";
|
||||
Base = "main";
|
||||
Reference in New Issue
Block a user