Sha256: 6de567232d645c38727ad8fcec44768be9f81e96c3a26df6111260bbae6adf0b
Contents?: true
Size: 655 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.21 | templates/cli/utility/database/mongodb |