Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .env.development.local.example
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
# Konnect PAT Token
# Please refer to https://developer.konghq.com/konnect-api/#konnect-api-authentication for generating PAT
VITE_KONNECT_PAT=

# Konnect Proxy for '^/kong-ui/config'
# Host name of konnect cloud or local instance, e.g. https://cloud.konghq.tech/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this always point to the root or the domain?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adamdehaven from the example I have been given I believe so, also checked with the codebase, seems like we are doing the same thing here.

CleanShot 2025-06-30 at 10 35 33@2x

VITE_KONNECT_CONFIG=

# API Host name of konnect cloud or local instance, e.g. https://{geo}.api.konghq.tech
# Konnect Proxy for '{geo}/kong-api'
VITE_KONNECT_API=

# Konnect Proxy for '^/kauth'
# Host name of the kauth service, e.g. https://global.api.konghq.tech
VITE_KONNECT_KAUTH=

# Konnect Proxy for '^/kong-api/v2'
# Global API Host name, normally e.g. https://global.api.konghq.tech
VITE_KONNECT_GLOBAL=

# Kong Manager Token
# The token for the admin user of Kong Manager, configured
VITE_KONG_MANAGER_TOKEN=

# Kong Manager Proxy for '^/kong-manager'
# Host name of the Kong Manager backend service, e.g. http://localhost:8001
VITE_KONG_MANAGER_API=

# ============================
Expand Down