Add primary domain config for akkounts
This commit is contained in:
parent
0a25ef6d7a
commit
bcbee255f1
@ -2,6 +2,7 @@ node.default['akkounts']['repo'] = 'https://gitea.kosmos.org/kosmos/akkounts.git
|
|||||||
node.default['akkounts']['revision'] = 'master'
|
node.default['akkounts']['revision'] = 'master'
|
||||||
node.default['akkounts']['port'] = 3000
|
node.default['akkounts']['port'] = 3000
|
||||||
node.default['akkounts']['domain'] = 'accounts.kosmos.org'
|
node.default['akkounts']['domain'] = 'accounts.kosmos.org'
|
||||||
|
node.default['akkounts']['primary_domain'] = 'kosmos.org'
|
||||||
|
|
||||||
node.default['akkounts_api']['domain'] = 'api.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(',')
|
webhooks_allowed_ips = [lndhub_host].compact.uniq.join(',')
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
|
primary_domain: node['akkounts']['primary_domain'],
|
||||||
akkounts_domain: node['akkounts']['domain'],
|
akkounts_domain: node['akkounts']['domain'],
|
||||||
rails_serve_static_files: true
|
rails_serve_static_files: true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user