diff options
author | f0x52 <f@0x52.eu> | 2022-05-15 18:40:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 00:40:29 +0800 |
commit | 6680cca07f454c31efdc0770b4421dcba4734dfe (patch) | |
tree | 5fdc402c78546b7c3b22ead2c845a7327deb56fd /custom | |
parent | 761d4f40be3db03cee192494ab63ee8eb2f6a9d8 (diff) | |
download | gitea-6680cca07f454c31efdc0770b4421dcba4734dfe.tar.gz gitea-6680cca07f454c31efdc0770b4421dcba4734dfe.zip |
clarify what session provider 'db' does (#19713)
* clarify what session provider 'db' does
* Also update session.PROVIDER in app.example.ini
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index c53175b2e0..476b305026 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1608,7 +1608,8 @@ PATH = ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -;; Either "memory", "file", or "redis", default is "memory" +;; Either "memory", "file", "redis", "db", "mysql", "couchbase", "memcache" or "postgres" +;; Default is "memory". "db" will reuse the configuration in [database] ;PROVIDER = memory ;; ;; Provider config options |