From 79537467da16a6eb877df20f295a447037092903 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 20 Dec 2014 22:51:16 -0500 Subject: mirror fix and update --- routers/install.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'routers') diff --git a/routers/install.go b/routers/install.go index df8a05651a..ddbe3ea36f 100644 --- a/routers/install.go +++ b/routers/install.go @@ -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") -- cgit v1.2.3