diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-10-10 10:16:18 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-10-10 10:16:18 +0200 |
commit | efc2bbb85673fb269e75d64655e433bed90a995a (patch) | |
tree | 6a2649fe921adfa54dc5ce8389462122e072bb6a /docs | |
parent | fea0f0904537db7ca164b1cb29ffcfcbb807a709 (diff) | |
download | homer-efc2bbb85673fb269e75d64655e433bed90a995a.tar.gz homer-efc2bbb85673fb269e75d64655e433bed90a995a.tar.zst homer-efc2bbb85673fb269e75d64655e433bed90a995a.zip |
Allow any service to override the credentials option
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index b1cce56..0dd0a85 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -26,7 +26,7 @@ connectivityCheck: true # whether you want to display a message when the apps ar | |||
26 | 26 | ||
27 | # Optional: Proxy / hosting option | 27 | # Optional: Proxy / hosting option |
28 | proxy: | 28 | proxy: |
29 | useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. | 29 | useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level. |
30 | 30 | ||
31 | # Optional theming | 31 | # Optional theming |
32 | theme: default # 'default' or one of the themes available in 'src/assets/themes'. | 32 | theme: default # 'default' or one of the themes available in 'src/assets/themes'. |