Skip to content

Commit b029f49

Browse files
committed
Removed second empty KOALA_DOMAIN from sample.env
1 parent e581f4b commit b029f49

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: sample.env

+1-4
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,13 @@ MAILCHIMP_TEACHER_ID=
7575
# Used for when testing webhooks
7676
NGROK_HOST=http
7777

78-
# Hostname of where Koala is running, like https://koala.svsticky.nl or http://koala.rails.local:3000
79-
KOALA_DOMAIN=
80-
8178
# MOLLIE credentials for the iDEAL integration.
8279
MOLLIE_DOMAIN=https://api.mollie.nl
8380
MOLLIE_VERSION=v1
8481
MOLLIE_TOKEN=
8582

86-
8783
# Secret for error reporting.
8884
SENTRY_DSN=
8985

86+
# Endpoint for catching webhooks using ngrok
9087
WEBHOOK_URLS=http://localhost:8000/catchwebhook

0 commit comments

Comments
 (0)