Backup database to S3

This commit is contained in:
2023-01-11 13:24:38 +00:00
parent 224fd626e7
commit 792484834f
2 changed files with 34 additions and 0 deletions

View File

@ -3,6 +3,15 @@
""
];
backup = {
password = "";
accessKey = "";
secretKey = "";
host = "";
hostBucket = "";
bucket = "";
};
smtpPassword = "";
vapidPublicKey = "";