Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Improve cheat sheet for COOKIE_NAME, backport to v1.0 #64

Merged
merged 1 commit into from
Jan 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/doc/advanced/config-cheat-sheet.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Note: Actually, Gitea supports only SMTP with STARTTLS.
- `PROVIDER`: Session engine provider, either `memory`, `file`, `redis`, or `mysql`.
- `PROVIDER_CONFIG`: For file, it's the root path; for others, it's the host address and port number.
- `COOKIE_SECURE`: Enable this to force using HTTPS for all session access.
- `COOKIE_NAME`: The name of the cookie used for the session ID, defaults to `i_like_gogits`.
- `GC_INTERVAL_TIME`: GC interval in seconds.

## Picture (`picture`)
Expand Down