jungle
jungle copied to clipboard
setting KONGURL does nothing
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:
- Start KONG
- set the KONGURL in the ./modules/core/config/core.client.constants.js file
- grunt build
- 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.