Skip to content

Commit

Permalink
Minor update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter Dullaert committed Jun 19, 2018
1 parent f937bc5 commit 47117d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The CI configuration takes care of testing the code and automatically building p

## Options
All options are specified as environment variables for the nodejs process
* **LOGGING_LEVEL**: The verbosity of the logs. oneOf: [`trace`, `debug`, `info`, `warn`, `error`, `fatal`] (_default_: `info`)
* **SERVER_HOST**: The hostname of the server (_default_: `localhost`)
* **SERVER_PORT**: The port of the server (_default_: `80`)
* **SERVER_AUTH_CALLBACK_ENDPOINT**: The callback URL where the authentication server should redirect the user after authentication (_default_: `http://localhost/callback`)
Expand Down

0 comments on commit 47117d1

Please sign in to comment.