mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
mirror fix and update
This commit is contained in:
parent
a18decf4cc
commit
79537467da
4 changed files with 8 additions and 6 deletions
|
@ -235,6 +235,8 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) {
|
|||
|
||||
setting.Cfg.SetValue("", "RUN_MODE", "prod")
|
||||
|
||||
setting.Cfg.SetValue("session", "PROVIDER", "file")
|
||||
|
||||
setting.Cfg.SetValue("log", "MODE", "file")
|
||||
|
||||
setting.Cfg.SetValue("security", "INSTALL_LOCK", "true")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue