22 lines
966 B
Ruby
22 lines
966 B
Ruby
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'
|
|
|
|
node.default['akkounts']['smtp']['from_address'] = 'Kosmos Accounts <accounts@kosmos.org>'
|
|
node.default['akkounts']['smtp']['domain'] = 'kosmos.org'
|
|
node.default['akkounts']['smtp']['auth_method'] = 'plain'
|
|
node.default['akkounts']['smtp']['enable_starttls'] = 'auto'
|
|
|
|
node.default['akkounts']['btcpay']['store_id'] = nil
|
|
|
|
node.default['akkounts']['ejabberd']['admin_url'] = nil
|
|
|
|
node.default['akkounts']['lndhub']['api_url'] = nil
|
|
node.default['akkounts']['lndhub']['public_url'] = nil
|
|
node.default['akkounts']['lndhub']['public_key'] = nil
|
|
node.default['akkounts']['lndhub']['postgres_db'] = 'lndhub'
|