This project is intended to demonstrate the integration of 3rd party web application with the Private Cloud Office (CO) installation.
The configuration data is located in the src/main/resources/application.properties
# CO API base URLwebapp.integration.co-api-url=https://coapi.<base-domain.com># CO Auth URLwebapp.integration.co-auth-url=https://auth.<base-domain.com># CO Server notification API. Accessible only from the local network by the internal address of CO Auth nodewebapp.integration.co-notify-register-url=http://<co-auth-internal-address>:8888/api/v1/notifications/callbacks/register# 3rd party (our) application callback URL. Must be accessible from the CO systemwebapp.integration.co-notify-callback-url=http://<3rd-party-app-address>/notify/me# Categories to subscribe - comma-separated (all, file, document, user, revision)webapp.integration.co-notify-categories=file, document