From 28dfb8195a7bf334edd73fd36135df6d3a8bb49e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 4 Jun 2019 12:02:56 +0200 Subject: [PATCH] Add new var to example env --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 5ebc090..a1f2bb8 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,7 @@ BTCPAY_PRIVKEY=123456789123456789 BTCPAY_MERCHANT=asdfghjklqwertyuiop BTCPAY_STORE_ID=asdfghjklqwertyuiop BTCPAY_WEBHOOK_HOST=https://123abc.eu.ngrok.io +BTCPAY_WEBHOOK_TOKEN=supersecure SMTP_HOST=mail.gandi.net SMTP_USE_TLS=true SMTP_USERNAME=accounts@kosmos.org