Add workflow webapp to list of webapps
This commit is contained in:
@@ -54,7 +54,7 @@ func HTTPServer() (o *HTTPServerOpt) {
|
||||
WebappEnabled: false,
|
||||
WebappBaseUrl: "/",
|
||||
WebappBaseDir: "webapp/public",
|
||||
WebappList: "admin,compose",
|
||||
WebappList: "admin,compose,workflow",
|
||||
}
|
||||
|
||||
fill(o)
|
||||
|
||||
@@ -95,4 +95,4 @@ props:
|
||||
|
||||
- name: webappList
|
||||
env: HTTP_WEBAPP_LIST
|
||||
default: "admin,compose"
|
||||
default: "admin,compose,workflow"
|
||||
|
||||
Reference in New Issue
Block a user