Solution Configuration
Every Leopard installation has a configuration page that allow you to create numerous solution demonstrations. These configurations can be backed up and shared.
Initial Load
On initial load of the Leopard chat client the logic in the code will look to see if it can find a default configuration to load. If that configuration can't be located you can head over into the config page and create a new one.
Default Configuration
Leopard loads the site's configured in your .env.solution.json
file located in the root of Leopard's source code.
You can export any full solution config from your personal Leopard Admin Area and use that as the default in production.
Example .env.solution.json
The solution called, Leopard Test Solution
would be loaded for all new users accessing the Leopard deployment.
Accessing the Config Page
You can always access the config from the Leopard chat window's menu.
Config Page
Features
Create new solution configurations
Edit existing solution configurations
Clone existing solution configurations
Delete existing solution configurations
Exporting
Export an individual solution configuration
Exporting all solution configurations
Importing
Importing individual solution configurations
Importing a batch of solution configurations
Share solutions by generating a link that other can follow to import your solution
Test TIE endpoints for all configured solutions
Accessing short links for the selected solution configuration
Mobile view deep link
Website view deep link
Access the documentation
Solution Add/Edit Screen
Exporting
You can export the JSON configuration for individual solutions or all solutions from within the config area of Leopard. You can either choose to have the configuration exported to the file system or copied to your clipboard.
Importing
Within the Leopard configuration page you can import previously exported solution configurations. Adding and merging is all automatically handled.
Last updated