Settings
| Key | Value |
|---|---|
| CONFIG |
excluded_partners
|
| ENV |
KIOSK_EXCLUDED_PARTNERS
|
| URL |
exclude_partner
|
| VALUE |
[]string
|
| DEFAULT |
[]
|
Using with config.yaml file
excluded_partners: - PARTNER_ID - PARTNER_IDUsing with ENV in your docker-compose file
environment: KIOSK_EXCLUDED_PARTNERS: "PARTNER_ID, PARTNER_ID"Using with url queries
http://{URL}?exclude_partner=PARTNER_ID