Skip to content

Commit 411161a

Browse files
committed
fix: use string in config
1 parent def67a0 commit 411161a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/env/prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ envVars:
546546
PUBLIC_APP_GUEST_MESSAGE: "Sign in with a free Hugging Face account to continue using HuggingChat."
547547
PUBLIC_APP_DATA_SHARING: 0
548548
PUBLIC_APP_DISCLAIMER: 1
549-
PUBLIC_CLOSED: true
549+
PUBLIC_CLOSED: "true"
550550
PUBLIC_PLAUSIBLE_SCRIPT_URL: "/js/script.js"
551551
REQUIRE_FEATURED_ASSISTANTS: "true"
552552
TASK_MODEL: >

0 commit comments

Comments
 (0)