From 9e2336195237343b91e2608622cd1dd54c07c192 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 24 Jun 2023 23:56:51 +0200 Subject: [PATCH] Update CONFIGURE.md --- CONFIGURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIGURE.md b/CONFIGURE.md index 8a824a745..c95e99e1d 100644 --- a/CONFIGURE.md +++ b/CONFIGURE.md @@ -32,7 +32,7 @@ Table with all the variables, default value and explanation. Override the enviro | OAUTH_URL | https://auth.vatsim.net | OAuth URL of VATSIM | | OAUTH_ID | null | OAuth ID of your subdivision | | OAUTH_SECRET | null | OAuth secret of your subdivision | -| VATSIM_BOOKING_API_URL | null | URL to VATSIM Booking API | +| VATSIM_BOOKING_API_URL | https://atc-bookings.vatsim.net/api | URL to VATSIM Booking API | | VATSIM_BOOKING_API_TOKEN | null | Token to VATSIM Booking API | | MAIL_MAILER | smtp | Mailer type | | MAIL_HOST | smtp.mailgun.org | Mail host |