Skip to content

Commit 4f81f06

Browse files
author
Ruben van Leeuwen
committed
874: Add NEXT_PUBLIC_DISABLE_CACHE to .env.example
1 parent b218df3 commit 4f81f06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ WORKFLOW_INFORMATION_LINK_URL="https://workfloworchestrator.org/"
1111
ENABLE_SUPPORT_MENU_ITEM=true
1212
SUPPORT_MENU_ITEM_URL="https://workfloworchestrator.org/orchestrator-core/reference-docs/tldr/"
1313

14+
15+
# Disable cache - usefull when in development
16+
NEXT_PUBLIC_DISABLE_CACHE=false
17+
1418
# Auth variables
1519
OAUTH2_ACTIVE=true
1620
NEXTAUTH_PROVIDER_ID="keycloak"

0 commit comments

Comments
 (0)