All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hua-mongo_2.12.0.5.0.source-code.example.conf Maven / Gradle / Ivy

There is a newer version: 0.36
Show newest version
mongoDB {
  hosts: ["127.0.0.1:3661",  "127.0.0.1:3662"]
  ssl-enabled: true
  auth-source: admin
  dbs: {
    school: {
      name: schoolDB
      crendential: {
        username: alf
        password: cGFzc3dvcmQx
      }
      collections: {
        student: {
          name: studentCollection
          read-preference: "primary"
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy