You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,9 @@ providing a more secure way for users to access protected routes.
69
69
|`SERVER_ADDRESS`| The server address |`:80`| No |
70
70
|`DEBUG_MODE`| Enable debug mode and set log level to debug |`false`| No |
71
71
|`LOG_LEVEL`| The log level, Available values: debug, info, warn, error |`info`| No |
72
+
You can append `_FILE` to any of the environment variable names to load the value from a file.
73
+
74
+
E.g. `GITHUB_OAUTH_CLIENT_SECRET_FILE=/run/secrets/github_oauth_client_SECRET` where the content of the file `/run/secrets/github_oauth_client_SECRET` will be used as the environment variable.
0 commit comments