我想使用Kong的decK加载和导出Kong的配置。我的计划是在CI服务器上安装decK,并将Kong配置远程加载到在Docker Swarm中的Docker容器中运行的Kong。
默认情况下,decK指向以下网址:
http://localhost:8001/看着decK documentation,我似乎找不到一种方法来改变这一点,并将其指向如下内容:
http://my-domain:my-port/我怎样才能更新这个?
发布于 2021-11-04 16:07:03
从documentation Deck
--kong-addr string HTTP address of Kong's Admin API.
This value can also be set using the
environment variable DECK_KONG_ADDRhttps://stackoverflow.com/questions/69842192
复制相似问题