]> source.dussan.org Git - gitea.git/commitdiff
Update config-cheat-sheet.en-us.md (#15606)
authorDong Nguyen <ndaidong@gmail.com>
Sat, 24 Apr 2021 14:58:40 +0000 (21:58 +0700)
committerGitHub <noreply@github.com>
Sat, 24 Apr 2021 14:58:40 +0000 (16:58 +0200)
Add more guide about `PROVIDER_CONFIG` when `PROVIDER` is `db` (https://github.com/go-gitea/gitea/issues/14016)

docs/content/doc/advanced/config-cheat-sheet.en-us.md

index 088b56fedd3128d3567d3347278e50ff332fdfa4..de386add0bc3e77e1f396dd719a97ebff2a96333 100644 (file)
@@ -582,7 +582,7 @@ Define allowed algorithms and their minimum key length (use -1 to disable a type
 ## Session (`session`)
 
 - `PROVIDER`: **memory**: Session engine provider \[memory, file, redis, db, mysql, couchbase, memcache, postgres\].
-- `PROVIDER_CONFIG`: **data/sessions**: For file, the root path; for others, the connection string.
+- `PROVIDER_CONFIG`: **data/sessions**: For file, the root path; for db, empty (database config will be used); for others, the connection string.
 - `COOKIE_SECURE`: **false**: Enable this to force using HTTPS for all session access.
 - `COOKIE_NAME`: **i\_like\_gitea**: The name of the cookie used for the session ID.
 - `GC_INTERVAL_TIME`: **86400**: GC interval in seconds.