Add/fix akkounts credentials
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user