MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Mongodb repica imposta la configurazione in un file di proprietà

Vorrei rispondere a questa domanda nel caso qualcun altro stia affrontando lo stesso problema.

grails.mongo.uri=mongodb://10.3.253.201,10.3.253.202,10.3.253.203/test
grails.mongo.host=10.3.253.201
grails.mongo.port=27017
grails.mongo.databaseName=test
grails.mongo.username=mongouser
grails.mongo.password=mongouser

Questo è il contenuto del mio file config.properties e ha iniziato a funzionare per me.

201 was the primary node and the other two were backup in my cluster.

Saluti.