We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6c0fe1f commit 7427b81Copy full SHA for 7427b81
routers/install/install.go
@@ -464,6 +464,8 @@ func SubmitInstall(ctx *context.Context) {
464
cfg.Section("log").Key("ROOT_PATH").SetValue(form.LogRootPath)
465
cfg.Section("log").Key("ROUTER").SetValue("console")
466
467
+ cfg.Section("repository.signing").Key("DEFAULT_TRUST_MODEL").SetValue("committer")
468
+
469
cfg.Section("security").Key("INSTALL_LOCK").SetValue("true")
470
471
var internalToken string
0 commit comments