-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved the external_url variable to a better section
Signed-off-by: Amndeep Singh Mann <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ CLASSIFICATION_BANNER_COLOR=<The color of the sensitivity classification banner, | |
## Backend | ||
NODE_ENV=<development, production, or test (no default, must be set)> | ||
PORT=<Port that the app starts up on (if nothing is provided, defaults to 3000)> | ||
EXTERNAL_URL=<The external URL for your Heimdall deployment, for example https://heimdall.mitre.org> | ||
ADMIN_EMAIL=<email for default admin user (if nothing is provided, defaults to [email protected])> | ||
ADMIN_USES_EXTERNAL_AUTH=<if the default admin user uses alternative/external authentication (if nothing is provided, defaults to false) | ||
ADMIN_PASSWORD=<Password for admin user (if nothing is provided, defaults to a randomly generated password that will only be shown on initial setup)> | ||
|
@@ -41,6 +40,8 @@ NGINX_HOST=<Templated out as the 'server_name' for the NGINX configuration (no d | |
|
||
# Authentication | ||
|
||
EXTERNAL_URL=<The external URL for your Heimdall deployment, for example https://heimdall.mitre.org> | ||
|
||
## LDAP Configuration | ||
LDAP_ENABLED=<If you want to enable LDAP login (defaults to false)> | ||
LDAP_HOST=<Your LDAP target server (no default, must be set to use LDAP)> | ||
|