diff options
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` |