make the endpoint an https endpoint

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-26 12:34:53 +01:00
parent d8308e0769
commit 3dcae3ab31
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -36,7 +36,7 @@ in
S3_REGION = "us-west-000";
S3_PROTOCOL = "https";
S3_HOSTNAME = "s3.us-west-000.backblazeb2.com";
S3_ENDPOINT = "s3.us-west-000.backblazeb2.com";
S3_ENDPOINT = "https://s3.us-west-000.backblazeb2.com/";
S3_ALIAS_HOST = "mastodon-assets.chir.rs";
};
redis.createLocally = false;