jungle icon indicating copy to clipboard operation
jungle copied to clipboard

setting KONGURL does nothing

Open sogoiii opened this issue 8 years ago • 0 comments

If i manually set the KONG url in the ./modules/core/config/core.client.constants.js file, when the server starts up, it does not use the url.

Setup:

  1. Start KONG
  2. set the KONGURL in the ./modules/core/config/core.client.constants.js file
  3. grunt build
  4. grunt serve

EXPECTED: When page loads, it should be connected to the configured to use the KONGURL string.

CURRENTLY: When page loads, it asks to enter the url.

sogoiii avatar Jul 05 '16 03:07 sogoiii