mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
chore: unified comments indentation
This commit is contained in:
parent
c448af9f5d
commit
e544d06bb9
|
@ -29,11 +29,11 @@ session:
|
||||||
secret: unsecure_session_secret
|
secret: unsecure_session_secret
|
||||||
cookies:
|
cookies:
|
||||||
- name: authelia_session
|
- name: authelia_session
|
||||||
domain: example.com # Root protected domain
|
domain: example.com # Root protected domain
|
||||||
default_redirection_url: https://fs.example.com
|
default_redirection_url: https://fs.example.com
|
||||||
authelia_url: https://authelia.example.com/
|
authelia_url: https://authelia.example.com/
|
||||||
expiration: 3600 # 1 hour
|
expiration: 3600 # 1 hour
|
||||||
inactivity: 300 # 5 minutes
|
inactivity: 300 # 5 minutes
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
host: valkey
|
host: valkey
|
||||||
|
|
Loading…
Reference in a new issue