Wonach suchst Du?
What are you looking for?

How to find out config.js settings on client

  1. Press CTRL + SHIFT + I to open Chrome DevTools.
  2. Clear the log by clicking on in the upper left corner.
  3. Click on the tab “Network”.
  4. Click on the entry named “config.js”.
  5. Check the text on the right in the tab “Preview”.
  6. Note the values of API_URL and WS_URL.


View source file on GitHub.com