Reputation: 420
I would like to use decK for Kong to load and export configuration for Kong. My plan is to install decK on the CI server and load the Kong configuration remotely to the Kong running in a Docker container within a Docker Swarm.
By default decK is pointing to the URL:
http://localhost:8001/
Looking at the decK documentation, I can't seem to find a way to change this and point it to something like:
http://my-domain:my-port/
How can I update this?
Upvotes: 0
Views: 893