Skip to content

Commit

Permalink
moved the external_url variable to a better section
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Oct 26, 2023
1 parent e9765d7 commit 10d1006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/backend/.env-example
Original file line number Diff line number Diff line change
Expand Up @@ -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)>
Expand Down Expand Up @@ -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)>
Expand Down

0 comments on commit 10d1006

Please sign in to comment.