Update 1.getting-started.md

This commit is contained in:
Mathias Wagner
2024-07-30 17:01:31 +02:00
parent 822074914c
commit 3b21d65993

View File

@ -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