HTTP Integration - Application Server; no example in docs

Hello, I have successfully deployed chirpstack v3 and see my packets moving through the system properly. Next step would be to setup an HTTP integration to forward these payloads to an external system.

After reading the documentation, it looks like this HTTP integration would be configued through the Application Server’s configuration. However, when I look at the configuration examples, I do not see anything for application_server.integrations.http. Configuration - ChirpStack open-source LoRaWAN<sup>®</sup> Network Server

Can anyone share a valid configuration block for the app server’s HTTP integration? I’ve been trying to grok the shape using this source code: https://github.com/brocaar/chirpstack-application-server/blob/master/internal/integration/http/http.go#L29 Would it look like:
[application_server.integration.http]
eventEndpointURL=“someResolvablePublicURL”

Any guidance would be greatly appreciated.

Just wanted to reply myself here. Now I understand that the http integration is setup, from the Applications->Integrations tab in the application server UI.

can you show me how you did it please