set s3_endpoint

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-26 12:29:49 +01:00
parent 6ec9d69f79
commit ae20e740f1
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -36,6 +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_ALIAS_HOST = "mastodon-assets.chir.rs";
};
redis.createLocally = false;