diff --git a/conf/app.conf b/conf/app.conf index ab738b8..2538785 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -4,7 +4,7 @@ # Comma delimited list of folders that are included with the package, or build commands # If you want to not include folders within these ones prefix the folder with a . to make it hidden -package.folders = conf, public, messages, app/views +package.folders = conf, public, messages, mongodb_backup, app/views #------------------------ diff --git a/conf/app.conf-default b/conf/app.conf-default index d09fa62..5f583ed 100644 --- a/conf/app.conf-default +++ b/conf/app.conf-default @@ -4,7 +4,7 @@ # Comma delimited list of folders that are included with the package, or build commands # If you want to not include folders within these ones prefix the folder with a . to make it hidden -package.folders = conf, public, messages, app/views +package.folders = conf, public, messages, mongodb_backup, app/views #------------------------