diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-20 22:51:16 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-20 22:51:16 -0500 |
commit | 79537467da16a6eb877df20f295a447037092903 (patch) | |
tree | 0a4b6f1a12fb95749f0128d149937fa30eba8500 /conf/app.ini | |
parent | a18decf4ccc9498f5fd394b03f77744bab89081b (diff) | |
download | gitea-79537467da16a6eb877df20f295a447037092903.tar.gz gitea-79537467da16a6eb877df20f295a447037092903.zip |
mirror fix and update
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index d6ee6ae4d4..e1455f0e1e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -154,7 +154,7 @@ HOST = [session] ; Either "memory", "file", "redis" or "mysql", default is "memory" -PROVIDER = file +PROVIDER = memory ; Provider config options ; memory: not have any config yet ; file: session file path, e.g. `data/sessions` |