summaryrefslogtreecommitdiffstats
path: root/routers/install
diff options
context:
space:
mode:
Diffstat (limited to 'routers/install')
-rw-r--r--routers/install/install.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/routers/install/install.go b/routers/install/install.go
index 7c3d43bbde..230f6e0602 100644
--- a/routers/install/install.go
+++ b/routers/install/install.go
@@ -464,6 +464,8 @@ func SubmitInstall(ctx *context.Context) {
cfg.Section("log").Key("ROOT_PATH").SetValue(form.LogRootPath)
cfg.Section("log").Key("ROUTER").SetValue("console")
+ cfg.Section("repository.signing").Key("DEFAULT_TRUST_MODEL").SetValue("committer")
+
cfg.Section("security").Key("INSTALL_LOCK").SetValue("true")
var internalToken string