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