Skip to content
Snippets Groups Projects
Commit ac4ad299 authored by David Dobrinskiy's avatar David Dobrinskiy Committed by Nick Busey
Browse files

docs: fix typo

parent 3f79a60e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ Of course keep in mind when self hosting your own S3, you likely want to keep go
## Configure the Backup Service
You need to set 4 parameters, `s3_path`, `s3_access_key`, `s3_secret_key`, and `s3_backup_password`. You should generate a stronge password for `s3_backup_password`. You can set these all with `make set s3_path pathhere` etc.
You need to set 4 parameters, `s3_path`, `s3_access_key`, `s3_secret_key`, and `s3_backup_password`. You should generate a strong password for `s3_backup_password`. You can set these all with `make set s3_path pathhere` etc.
You can also manually set your S3 keys in `settings/vault.yml` and `settings/config.yml`. Type `make decrypt` to decrypt it first if needed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment