blob: 92cef5321bf65f8d1a6b09b028df873ac3f19669 (
plain)
1
2
3
4
5
|
# A Heat environment file which can be used to disable journal in MongoDb.
# Since, when journaling is enabled, MongoDb will create big journal file
# it can take time. In a CI environment for example journaling is not necessary.
parameter_defaults:
MongoDbNoJournal: true
|