1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/MongoDB/GenerateConnectionString.txt

8 lines
291 B
Plaintext
Raw Normal View History

2025-11-02 11:26:05 +03:00
 Address = "127.0.0.1:1234";
Login = "bayselonarrend";
Password = "12we...";
Base = "main";
2025-11-04 20:55:51 +03:00
ConnectionParams = New Structure("authSource", "admin");
Result = OPI_MongoDB.GenerateConnectionString(Address, Base, Login, Password, ConnectionParams);