rsdevigo / jungle

A GUI for Kong Admin API - http://getkong.org/
Apache License 2.0
125 stars 27 forks source link

setting KONGURL does nothing #34

Open sogoiii opened 8 years ago

sogoiii commented 8 years ago

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.