hua-mongo_2.12.0.5.0.source-code.example.conf Maven / Gradle / Ivy
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