PreConfig.js 589 B

12345678910
  1. /**
  2. * Copyright (c) 2006-2019, JGraph Ltd
  3. * Copyright (c) 2006-2019, draw.io AG
  4. */
  5. // Overrides of global vars need to be pre-loaded
  6. window.EXPORT_URL = '/export'; //This points to ExportProxyServlet which uses the local export server at port 8000.
  7. //This proxy configuration allows https requests to the export server via Tomcat.
  8. window.PLANT_URL = 'REPLACE_WITH_YOUR_PLANTUML_SERVER';
  9. window.DRAW_MATH_URL = 'math';
  10. window.DRAWIO_CONFIG = null; //Replace with your custom draw.io configurations. For more details, https://desk.draw.io/support/solutions/articles/16000058316