You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
436 B
12 lines
436 B
# Copy to Zammad storage config volume on server. |
|
# Fill secret_access_key from /opt/stacks/geonet-console/.env — DO NOT commit real values. |
|
|
|
s3: |
|
access_key_id: 'super-apps:<key-id>' |
|
secret_access_key: '<from-server-env>' |
|
region: 'us-east-1' |
|
endpoint: 'http://10.100.1.10:8010' |
|
bucket: 'zammad-attachments' |
|
force_path_style: true |
|
request_checksum_calculation: when_required |
|
response_checksum_validation: when_required
|
|
|