docs: update example config

This commit is contained in:
Elias Schneider
2025-04-17 19:16:18 +02:00
parent 6a8ac1aa65
commit 3fd689a760

View File

@@ -10,7 +10,7 @@ general:
secureCookies: "false" secureCookies: "false"
#Whether to show the home page #Whether to show the home page
showHomePage: "true" showHomePage: "true"
#Time in hours after which a user must log in again (default: 3 months). #Time after which a user must log in again (default: 3 months).
sessionDuration: 3 months sessionDuration: 3 months
share: share:
#Whether registration is allowed #Whether registration is allowed
@@ -103,7 +103,7 @@ smtp:
host: "" host: ""
#Port of the SMTP server #Port of the SMTP server
port: "0" port: "0"
#Email address from wich the emails get sent #Email address from which the emails get sent
email: "" email: ""
#Username of the SMTP server #Username of the SMTP server
username: "" username: ""
@@ -204,6 +204,8 @@ s3:
key: "" key: ""
#The secret which allows you to access the S3 bucket. #The secret which allows you to access the S3 bucket.
secret: "" secret: ""
#Turn off for backends that do not support checksum (e.g. B2).
useChecksum: "true"
legal: legal:
#Whether to show a link to imprint and privacy policy in the footer. #Whether to show a link to imprint and privacy policy in the footer.
enabled: "false" enabled: "false"