mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Allow any service to override the credentials option
This commit is contained in:
parent
fea0f09045
commit
efc2bbb856
2 changed files with 15 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ connectivityCheck: true # whether you want to display a message when the apps ar
|
|||
|
||||
# Optional: Proxy / hosting option
|
||||
proxy:
|
||||
useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy.
|
||||
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.
|
||||
|
||||
# Optional theming
|
||||
theme: default # 'default' or one of the themes available in 'src/assets/themes'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue