Add reporter webapp to the list of webapps (HTTP_WEBAPP_LIST)

This commit is contained in:
Denis Arh
2021-08-16 16:20:31 +02:00
parent e4953c83f8
commit e695081286
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func HTTPServer() (o *HTTPServerOpt) {
WebappEnabled: false,
WebappBaseUrl: "/",
WebappBaseDir: "./webapp/public",
WebappList: "admin,compose,workflow",
WebappList: "admin,compose,workflow,reporter",
SslTerminated: isSecure(),
}
+1 -1
View File
@@ -107,7 +107,7 @@ props:
- name: webappList
env: HTTP_WEBAPP_LIST
default: "admin,compose,workflow"
default: "admin,compose,workflow,reporter"
- name: sslTerminated
env: HTTP_SSL_TERMINATED