Add HTTP_SERVER_ASSETS_PATH option

Fix description for AUTH_ASSETS_PATH
This commit is contained in:
Denis Arh
2022-02-21 13:45:11 +01:00
parent e13e429ca9
commit 7fa5e43d08
4 changed files with 15 additions and 2 deletions
+1
View File
@@ -43,6 +43,7 @@ type (
WebappBaseDir string `env:"HTTP_WEBAPP_BASE_DIR"`
WebappList string `env:"HTTP_WEBAPP_LIST"`
SslTerminated bool `env:"HTTP_SSL_TERMINATED"`
AssetsPath string `env:"HTTP_SERVER_ASSETS_PATH"`
WebConsoleEnabled bool `env:"HTTP_SERVER_WEB_CONSOLE_ENABLED"`
WebConsoleUsername string `env:"HTTP_SERVER_WEB_CONSOLE_USERNAME"`
WebConsolePassword string `env:"HTTP_SERVER_WEB_CONSOLE_PASSWORD"`