chore: Update NEXT_PUBLIC_LK_TOKEN_ENDPOINT in wrangler.toml configuration file

This commit is contained in:
Jonas Schell 2024-08-23 10:31:19 +02:00
parent 710a7ac6d1
commit 383428125d

View File

@ -6,4 +6,5 @@ compatibility_flags = [ "nodejs_compat" ]
send_metrics = false
[vars]
NEXT_PUBLIC_LK_TOKEN_ENDPOINT = "/api/token"
NEXT_PUBLIC_SHOW_SETTINGS_MENU = "true"