use user provided git author details

This commit is contained in:
SowinskiBraeden committed 2023-06-15 12:12:01 -07:00
1 parent dc5bcc6af0
commit fcea1153cc
3 files changed
+15 -3

No files matched your search

+2
View File
@@ -9,6 +9,8 @@ A script to automatically handle the backing up of MongoDB databases and optiona
mongoURI=mongodb://localhost:27017
databases=db_name_1, db_name_2, ...
github=git@github:Username/MongoDB_Backup_Repo.git
github_author=Github_Username
github_email=john_doe@example.com
```
**Note:** If you wish to backup more than one database at a time, be sure to seperate the database names with a comma and a space as follows "`, `".