Sha256: 012a8950455e12698c0385b0e13ea2149502332e932767b4b71f0a5009c4cdf5
Contents?: true
Size: 656 Bytes
Versions: 5
Compression:
Stored size: 656 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
5 entries across 5 versions & 1 rubygems