Updated Settings (markdown)

Ben Phelps
2022-09-15 05:50:25 +03:00
parent d98a953469
commit 80e46de912

@@ -53,6 +53,17 @@ base: http://host.local/homepage
**_The URL must be a full, absolute URL, or it will be ignored by the browser._** **_The URL must be a full, absolute URL, or it will be ignored by the browser._**
## Language
You may override the browser language detection by setting your desired language manually using:
```yaml
language: fr
```
*The language should be specified using its [IETF Language Tag (BCP 47)](https://en.wikipedia.org/wiki/IETF_language_tag).*
## Providers ## Providers
The `providers` section allows you to define shared API provider options and secrets. Currently this allows you to define your weather API keys in secret. The `providers` section allows you to define shared API provider options and secrets. Currently this allows you to define your weather API keys in secret.