-
how can I disable ADMIN GUI in kong.conf |
Beta Was this translation helpful? Give feedback.
Answered by
ms2008
Dec 26, 2023
Replies: 1 comment
-
Just set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chronolaw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just set
admin_gui_listen
to off, or you can configure it through environment variables, like this:export KONG_ADMIN_GUI_LISTEN=off
.