3
0

Enable privacy app, to conform w/ the new default

This commit is contained in:
7heo 2024-10-01 18:13:41 +02:00 committed by Jože Fortun
parent 938f65d8fa
commit ea97ea4986
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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",