Configuration
Prerequisites
- Witty microservice must be up & running and reachable from Witboost Core;
- Docs agent microservice must be up & running and reachable from Witboost Core.
How to install Witty & Docs agent microservices is described here Installing Witty
Configuring Witty
In your values.yaml
add these lines:
...
ui:
...
appConfig:
...
witty:
assistant:
baseUrl: <base URL where Witty microservice is running>
enabled: true
This will tell Witboost Core where to send Witty requests coming from enabled templates.