vikunja: Fix line lengths
This commit is contained in:
parent
ea3f4919c5
commit
ba4678d2dd
1 changed files with 7 additions and 3 deletions
|
@ -80,7 +80,9 @@ vikunja_service_enablelinksharing: true
|
|||
vikunja_service_enableregistration: true
|
||||
# Whether to enable task attachments or not
|
||||
vikunja_service_enabletaskattachments: true
|
||||
# The time zone all timestamps are in. Please note that time zones have to use [the official tz database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). UTC or GMT offsets won't work.
|
||||
# The time zone all timestamps are in.
|
||||
# Please note that time zones have to use [the official tz database names](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
|
||||
# UTC or GMT offsets won't work.
|
||||
vikunja_service_timezone: "GMT"
|
||||
# Whether task comments should be enabled or not
|
||||
vikunja_service_enabletaskcomments: true
|
||||
|
@ -131,7 +133,8 @@ vikunja_log:
|
|||
databaselevel: "WARNING"
|
||||
# Whether to log http requests or not. Possible values are stdout, stderr, file or off to disable http logging.
|
||||
http: "off"
|
||||
# Echo has its own logging which usually is unnessecary, which is why it is disabled by default. Possible values are stdout, stderr, file or off to disable standard logging.
|
||||
# Echo has its own logging which usually is unnessecary, which is why it is disabled by default.
|
||||
# Possible values are stdout, stderr, file or off to disable standard logging.
|
||||
echo: "off"
|
||||
# Whether or not to log events. Useful for debugging. Possible values are stdout, stderr, file or off to disable events logging.
|
||||
events: "stdout"
|
||||
|
@ -263,7 +266,8 @@ vikunja_auth_local_enabled: true
|
|||
# **Note 2:** The frontend expects to be redirected after authentication by the third party
|
||||
# to <frontend-url>/auth/openid/<auth key>. Please make sure to configure the redirect url with your third party
|
||||
# auth service accordingy if you're using the default vikunja frontend.
|
||||
# Take a look at the [default config file](https://kolaente.dev/vikunja/api/src/branch/main/config.yml.sample) for more information about how to configure openid authentication.
|
||||
# Take a look at the [default config file](https://kolaente.dev/vikunja/api/src/branch/main/config.yml.sample)
|
||||
# for more information about how to configure openid authentication.
|
||||
|
||||
# Enable or disable OpenID Connect authentication
|
||||
vikunja_auth_openid_enabled: false
|
||||
|
|
Loading…
Add table
Reference in a new issue