forgejo: extend session lifetime to two weeks
Chosen arbitrarily.
This commit is contained in:
parent
d9f60b5511
commit
12ccc9735b
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
- { section: service, option: ALLOW_ONLY_EXTERNAL_REGISTRATION, value: true }
|
||||
- { section: service, option: DEFAULT_USER_VISIBILITY, value: public }
|
||||
- { section: service.explore, option: DISABLE_USERS_PAGE, value: true }
|
||||
- { section: session, option: SESSION_LIFE_TIME, value: '{{ 14 * 86400 }}' }
|
||||
- { section: database, option: SQLITE_JOURNAL_MODE, value: WAL }
|
||||
- { section: log, option: ROOT_PATH, value: /var/lib/forgejo/log }
|
||||
- { section: server, option: ROOT_URL, value: 'https://{{ dns_name }}/' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue