For my current project that I'm working on we are using a reverse proxy using nginx. I found CREATE_ENDPOINT, CREATE_SET_ENDPOINT, and UPDATE_ENDPOINThere in chatbase-node/lib/Transport.js
where nginx then takes care of rerouting the urls.
Therefore, I wonder whether it is possible to do this in a native way without having to manually change these endpoints in our /node_modules. I know that IBM Watson for example has a function .updateServiceUrl, I was wondering if there is a chatbase equivalent to this!
Hi all,
For my current project that I'm working on we are using a reverse proxy using nginx. I found
CREATE_ENDPOINT
,CREATE_SET_ENDPOINT
, andUPDATE_ENDPOINT
here inchatbase-node/lib/Transport.js
We are not allowed to use
https
connections but have to route our external connections through an outbound gateway as followswhere nginx then takes care of rerouting the urls.
Therefore, I wonder whether it is possible to do this in a native way without having to manually change these endpoints in our
/node_modules
. I know that IBM Watson for example has a function.updateServiceUrl
, I was wondering if there is a chatbase equivalent to this!Kind regards, Jan