MongoDB

The Devprime platform provides several parameters for MongoDB customization.
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
  "DevPrime_State": [
    {
      "enable": "true",
      "alias": "State1",
      "type": "db",
      "dbtype": "mongodb",
      "connection": "mongodb://mongoadmin:LltF8Nx*yo@localhost:27017",
      "timeout": "5",
      "retry": "2",
      "dbname": "ms-order",
      "isssl": "true",
      "durationofbreak": "45"
    }
    ],
    ```

Last modified November 12, 2023 (8e3b4c7e)