Fix ActiveStorage not liking the local S3 endpoint

This commit is contained in:
Râu Cao 2024-01-29 18:15:36 +02:00
parent f352901582
commit bcaee3bb21
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -21,7 +21,7 @@ node.default['akkounts']['lndhub']['public_key'] = nil
node.default['akkounts']['lndhub']['postgres_db'] = 'lndhub'
node.default['akkounts']['s3_enabled'] = true
node.default['akkounts']['s3_endpoint'] = "http://localhost:3900"
node.default['akkounts']['s3_endpoint'] = "https://s3.kosmos.org"
node.default['akkounts']['s3_region'] = "garage"
node.default['akkounts']['s3_bucket'] = "akkounts-production"
node.default['akkounts']['s3_alias_host'] = "https://s3.accounts.kosmos.org"