mirror of
https://codeberg.org/Reuh/feather.git
synced 2025-10-27 18:19:32 +00:00
docs: missing env var names in configuration documentation
This commit is contained in:
parent
595be10876
commit
0cf1bc5003
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
[server]
|
[server]
|
||||||
# (Required) Server API to use. Either "googlereader" for the Google Reader API (FreshRSS, Miniflux, etc.) or "ttrss" for the TinyTiny-RSS API.
|
# (Required) Server API to use. Either "googlereader" for the Google Reader API (FreshRSS, Miniflux, etc.) or "ttrss" for the TinyTiny-RSS API.
|
||||||
# The Google Reader API do not support nested categories.
|
# The Google Reader API do not support nested categories.
|
||||||
|
# Can be set through the environment variable SERVER_API.
|
||||||
api = "googlereader"
|
api = "googlereader"
|
||||||
# (Required) URL of your server's Google Reader API endpoint
|
# (Required) URL of your server's Google Reader API endpoint
|
||||||
# Can be set through the environment variable SERVER_URL.
|
# Can be set through the environment variable SERVER_URL.
|
||||||
|
|
@ -138,6 +139,7 @@ hide_empty_categories = true
|
||||||
# Can be set through the environment variable HTML_MAX_FILENAME_LENGTH.
|
# Can be set through the environment variable HTML_MAX_FILENAME_LENGTH.
|
||||||
max_filename_length = 250
|
max_filename_length = 250
|
||||||
# Table mapping characters to what they will be replaced with in filenames. Useful to remove/replace characters that are not allowed in filename by your filesystem. The default should be fine for most Unix filesystems.
|
# Table mapping characters to what they will be replaced with in filenames. Useful to remove/replace characters that are not allowed in filename by your filesystem. The default should be fine for most Unix filesystems.
|
||||||
|
# Can not be set through environment variables, sorry!
|
||||||
filename_replacement = { "/" = "⧸", "\u0000" = "" }
|
filename_replacement = { "/" = "⧸", "\u0000" = "" }
|
||||||
|
|
||||||
[datetime]
|
[datetime]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue