Set up Redis VM, upgrade all cookbooks for Chef 18, major cleanup #496
@ -2,6 +2,7 @@ node.default['akkounts']['repo'] = 'https://gitea.kosmos.org/kosmos/akkounts.git
|
||||
node.default['akkounts']['revision'] = 'master'
|
||||
node.default['akkounts']['port'] = 3000
|
||||
node.default['akkounts']['domain'] = 'accounts.kosmos.org'
|
||||
node.default['akkounts']['primary_domain'] = 'kosmos.org'
|
||||
|
||||
node.default['akkounts_api']['domain'] = 'api.kosmos.org'
|
||||
|
||||
|
@ -39,6 +39,7 @@ lndhub_host = search(:node, "role:lndhub").first["knife_zero"]["host"] rescue ni
|
||||
webhooks_allowed_ips = [lndhub_host].compact.uniq.join(',')
|
||||
|
||||
env = {
|
||||
primary_domain: node['akkounts']['primary_domain'],
|
||||
akkounts_domain: node['akkounts']['domain'],
|
||||
rails_serve_static_files: true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user