-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Endre Czirbesz
committed
Oct 27, 2020
1 parent
8a106e0
commit 5bca783
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,18 @@ config: {} | |
# password: "secret" | ||
# # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed | ||
# params: "--ssl --authenticationDatabase admin" | ||
# # Encryption (optional) | ||
# encryption: | ||
# # At the time being, only gpg asymmetric encryption is supported | ||
# # Public key file or at least one recipient is mandatory | ||
# gpg: | ||
# # optional path to a public key file, only the first key is used. | ||
# keyFile: /secret/mgob-key/key.pub | ||
# # optional key server, defaults to hkps://keys.openpgp.org | ||
# keyServer: hkps://keys.openpgp.org | ||
# # optional list of recipients, they will be looked up on key server | ||
# recipients: | ||
# - [email protected] | ||
# # S3 upload (optional) | ||
# s3: | ||
# url: "https://play.minio.io:9000" | ||
|