Closed
Description
Right now, the base url for the /external
endpoint is taken from the window. Could we add an option to the config as well? That'd make it easier for Dash users to point to their On-Premise instances:
Line 217 in e7896e9
something like
var baseUrl = (
(window.PLOTLYENV && window.PLOTLYENV.BASE_URL) ||
config.plotly_server_url ||
'https://plot.ly';
cc @cldougl