Download and attach icons for web apps

This commit is contained in:
Râu Cao
2023-10-23 15:31:22 +02:00
parent e56c9bd0d5
commit d4f71e98ed
6 changed files with 84 additions and 32 deletions

View File

@@ -9,9 +9,9 @@ test:
<% if ENV["S3_ENABLED"] %>
s3:
service: S3
endpoint: ENV["S3_ENDPOINT"]
region: ENV["S3_REGION"]
bucket: ENV["S3_BUCKET"]
access_key_id: ENV["S3_ACCESS_KEY"]
secret_access_key: ENV["S3_SECRET_KEY"]
endpoint: <%= ENV["S3_ENDPOINT"] %>
region: <%= ENV["S3_REGION"] %>
bucket: <%= ENV["S3_BUCKET"] %>
access_key_id: <%= ENV["S3_ACCESS_KEY"] %>
secret_access_key: <%= ENV["S3_SECRET_KEY"] %>
<% end %>