From b029f491b3984493c09a17b1e623d882fa654323 Mon Sep 17 00:00:00 2001 From: Mervin de Jong Date: Sat, 14 Sep 2024 19:12:00 +0200 Subject: [PATCH] Removed second empty KOALA_DOMAIN from sample.env --- sample.env | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sample.env b/sample.env index 5d6f0bd04..abeb5472b 100644 --- a/sample.env +++ b/sample.env @@ -75,16 +75,13 @@ MAILCHIMP_TEACHER_ID= # Used for when testing webhooks NGROK_HOST=http -# Hostname of where Koala is running, like https://koala.svsticky.nl or http://koala.rails.local:3000 -KOALA_DOMAIN= - # MOLLIE credentials for the iDEAL integration. MOLLIE_DOMAIN=https://api.mollie.nl MOLLIE_VERSION=v1 MOLLIE_TOKEN= - # Secret for error reporting. SENTRY_DSN= +# Endpoint for catching webhooks using ngrok WEBHOOK_URLS=http://localhost:8000/catchwebhook \ No newline at end of file