Enable privacy app, to conform w/ the new default
This commit is contained in:
parent
938f65d8fa
commit
ea97ea4986
@ -116,7 +116,7 @@ HTTPServer: schema.#optionsGroup & {
|
||||
env: "HTTP_WEBAPP_BASE_DIR"
|
||||
}
|
||||
webappList: {
|
||||
defaultValue: "admin,compose,workflow,reporter"
|
||||
defaultValue: "admin,compose,workflow,reporter,privacy"
|
||||
env: "HTTP_WEBAPP_LIST"
|
||||
}
|
||||
sslTerminated: {
|
||||
|
||||
2
server/pkg/options/options.gen.go
generated
2
server/pkg/options/options.gen.go
generated
@ -347,7 +347,7 @@ func HttpServer() (o *HttpServerOpt) {
|
||||
ApiBaseUrl: "/",
|
||||
WebappBaseUrl: "/",
|
||||
WebappBaseDir: "./webapp/public",
|
||||
WebappList: "admin,compose,workflow,reporter",
|
||||
WebappList: "admin,compose,workflow,reporter,privacy",
|
||||
SslTerminated: isSecure(),
|
||||
WebConsoleEnabled: false,
|
||||
WebConsoleUsername: "admin",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user