Config ====== .. note:: If you're missing variables or are not sure if something is not working as expected, feel free to ask over at the `community `_. Below you'll find config related variables. These hold useful configuration information that you can use within e.g. triggers to show necessary information to your customer. .. csv-table:: Config Variables :header: "Name", "Variable", "Example" :widths: 20, 10, 20 "Config > Fully Qualified Domain Name", "``#{config.fqdn}``", "``zammad.example.com``" "Config > HTTP type", "``#{config.http_type}``", "``https`` or ``http``" "Config > Organization", "``#{config.organization}``", "``Zammad GmbH`` value set in `Branding `_" "Config > Product Name", "``#{config.product_name}``", "``Helpdesk`` value set in `Branding `_" "Config > SystemID", "``#{config.system_id}``", "``31`` (value between 1 and 99)" "Config > Ticket Hook", "``#{config.ticket_hook}``", "``Ticket#``"