You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
It is probably a good thing to have a default API server out of the configuration but not unlike we have the ability to store the credentials locally, could there be something optional for specifying the endpoint ?
The use case is that we are working on porting the sqlite middleware from 0.x to 1.x (here) which will allow the API backend to serve different databases.
This would allow a single API server instance to host multiple endpoints, for example:
Being able to change the API server at runtime would allow ara-web to connect to any of the above endpoints from a single instance.
This, in turn, would allow us to compile a static version of the web UI and run it from anywhere (including artifacts/logs) and attach it to any API server.
The text was updated successfully, but these errors were encountered:
It is probably a good thing to have a default API server out of the configuration but not unlike we have the ability to store the credentials locally, could there be something optional for specifying the endpoint ?
The use case is that we are working on porting the sqlite middleware from 0.x to 1.x (here) which will allow the API backend to serve different databases.
This would allow a single API server instance to host multiple endpoints, for example:
Would allow endpoints to exist at:
Being able to change the API server at runtime would allow ara-web to connect to any of the above endpoints from a single instance.
This, in turn, would allow us to compile a static version of the web UI and run it from anywhere (including artifacts/logs) and attach it to any API server.
The text was updated successfully, but these errors were encountered: