Includes a recipe to set up nginx as a reverse proxy with a TLS certificate for api.accounts.kosmos.org Closes #18 Closes #20
14 lines
489 B
Plaintext
14 lines
489 B
Plaintext
BTCPAY_URL=<%= @btcpay_url %>
|
|
BTCPAY_PRIVKEY=<%= @btcpay_privkey %>
|
|
BTCPAY_MERCHANT=<%= @btcpay_merchant %>
|
|
BTCPAY_STORE_ID=<%= @btcpay_store_id %>
|
|
BTCPAY_WEBHOOK_HOST=<%= @btcpay_webhook_host %>
|
|
BTCPAY_WEBHOOK_TOKEN=<%= @btcpay_webhook_token %>
|
|
SMTP_HOST=<%= @smtp_host %>
|
|
SMTP_USE_TLS=true
|
|
SMTP_USERNAME=<%= @smtp_username %>
|
|
SMTP_PASSWORD=<%= @smtp_password %>
|
|
MASTODON_HOST=<%= @mastodon_host %>
|
|
MASTODON_AUTH_TOKEN=<%= @mastodon_auth_token %>
|
|
PORT=<%= node['akkounts-api']['port'] %>
|