diff --git a/README.md b/README.md index 57d3568..b524634 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,26 @@ CONFIG_JSON='' - Copy the output and set the environment variable in the platform where you are deploying the project +## Configuration for MongoDB Backup +```yaml +- job_type: "mongodb" + input: + host: "" + username: "" + password: "" + db_name: "" + tunnel: + username: "" + host: "" + private_key: "" + output: + storage: "s3" + bucket: "" + region: "" + access_key: "" + secret_key: "" +``` + ## AWS Setup Minimal AWS Policy for the IAM User