From 3b21d65993c6c80fc9828257825068c09dc4f617 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 Jul 2024 17:01:31 +0200 Subject: [PATCH] Update 1.getting-started.md --- docs/content/1.introduction/1.getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/1.introduction/1.getting-started.md b/docs/content/1.introduction/1.getting-started.md index b72c1f3..edc7dbb 100644 --- a/docs/content/1.introduction/1.getting-started.md +++ b/docs/content/1.introduction/1.getting-started.md @@ -27,6 +27,8 @@ Open the `.env` file and update the following environment variables: - `MAIL_PORT`: The SMTP server port. - `MAIL_USER`: The SMTP server username. - `MAIL_PASS`: The SMTP server password. +- `APP_URL`: The URL of your LicenseAPI instance. +- `DISABLE_SIGNUPS`: Set to `true` to disable user signups (after the first user is created). ## Start LicenseAPI