mastodon: S3
This commit is contained in:
parent
d8f41ded84
commit
0e026343e8
2 changed files with 10 additions and 0 deletions
Binary file not shown.
|
@ -78,6 +78,16 @@ in
|
||||||
|
|
||||||
ES_USER = secret.mastodon.elasticsearch.user;
|
ES_USER = secret.mastodon.elasticsearch.user;
|
||||||
ES_PASS = secret.mastodon.elasticsearch.password;
|
ES_PASS = secret.mastodon.elasticsearch.password;
|
||||||
|
|
||||||
|
S3_ENABLED = true;
|
||||||
|
S3_BUCKET = secret.mastodon.s3.bucket;
|
||||||
|
AWS_ACCESS_KEY_ID = secret.mastodon.s3.accessKeyId;
|
||||||
|
AWS_SECRET_ACCESS_KEY = secret.mastodon.s3.secretAccessKey;
|
||||||
|
S3_PROTOCOL = "https";
|
||||||
|
S3_REGION = secret.mastodon.s3.region;
|
||||||
|
S3_ENDPOINT = secret.mastodon.s3.endpoint;
|
||||||
|
S3_ALIAS_HOST = secret.mastodon.s3.hostname;
|
||||||
|
S3_HOSTNAME = secret.mastodon.s3.hostname;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue