Add/fix akkounts credentials

This commit is contained in:
2019-10-18 13:10:43 +02:00
parent 2104e81250
commit f8af66a532
2 changed files with 26 additions and 12 deletions

View File

@@ -75,9 +75,9 @@ application path_to_deploy do
group deploy_group
variables btcpay_url: "https://btcpay.kosmos.org",
btcpay_privkey: credentials["btcpay_privkey"],
btcpay_merchant: "btcpay_merchant",
btcpay_store_id: "btcpay_store_id",
btcpay_webhook_host: "https://btcpay.kosmos.org/webhook",
btcpay_merchant: credentials["btcpay_merchant"],
btcpay_store_id: credentials["btcpay_store_id"],
btcpay_webhook_host: "https://#{node[app_name]["server_name"]}",
btcpay_webhook_token: credentials["btcpay_webhook_token"],
smtp_host: "smtp.mailgun.org",
smtp_use_tls: true,