mirror of
https://github.com/9001/copyparty.git
synced 2025-10-02 14:42:28 -06:00
clarification
Signed-off-by: ed <s@ocv.me>
This commit is contained in:
parent
3686d2002b
commit
e91a43e3a7
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
identity_validation:
|
identity_validation:
|
||||||
reset_password:
|
reset_password:
|
||||||
jwt_secret: 'a_very_important_secret'
|
jwt_secret: 'a_very_important_secret_so_please_change_this'
|
||||||
|
|
||||||
server:
|
server:
|
||||||
address: 'tcp://:9091'
|
address: 'tcp://:9091'
|
||||||
|
@ -29,7 +29,7 @@ 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 # this should match whatever your root protected domain is
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue