make the endpoint an https endpoint
This commit is contained in:
parent
d8308e0769
commit
3dcae3ab31
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue