Sha256: 1451fe1ff2281f338334c5070b01c4f31d7fe3dcedfc4c8a66dbd55456501b65
Contents?: true
Size: 655 Bytes
Versions: 10
Compression:
Stored size: 655 Bytes
Contents
## # MongoDB [Database] # database MongoDB do |db| db.name = "my_database_name" db.username = "my_username" db.password = "my_password" db.host = "localhost" db.port = 5432 db.ipv6 = false db.only_collections = ["only", "these" "collections"] db.additional_options = [] db.lock = false # Optional: Use to set the location of these utilities # if they cannot be found by their name in your $PATH # db.mongodump_utility = "/opt/local/bin/mongodump" # db.mongo_utility = "/opt/local/bin/mongo" end
Version data entries
10 entries across 10 versions & 4 rubygems