Add Liquor Cabinet cookbooks and configs, deploy to production #541

Merged
raucao merged 13 commits from feature/535-liquor_cabinet into master 2024-02-04 13:47:05 +00:00
Showing only changes of commit bcaee3bb21 - Show all commits

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"