Add reporter webapp to the list of webapps (HTTP_WEBAPP_LIST)
This commit is contained in:
Generated
+1
-1
@@ -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(),
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user