lauro1 commited on
Commit
945ac71
1 Parent(s): e70323f

change app name

Browse files
Files changed (1) hide show
  1. .env +1 -1
.env CHANGED
@@ -73,7 +73,7 @@ PARQUET_EXPORT_SECRET=
73
  RATE_LIMIT= # requests per minute
74
  MESSAGES_BEFORE_LOGIN=# how many messages a user can send in a conversation before having to login. set to 0 to force login right away
75
 
76
- PUBLIC_APP_NAME=ChatUI # name used as title throughout the app
77
  PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
78
  PUBLIC_APP_COLOR=blue # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
79
  PUBLIC_APP_DATA_SHARING=#set to 1 to enable options & text regarding data sharing
 
73
  RATE_LIMIT= # requests per minute
74
  MESSAGES_BEFORE_LOGIN=# how many messages a user can send in a conversation before having to login. set to 0 to force login right away
75
 
76
+ PUBLIC_APP_NAME=BlindChat # name used as title throughout the app
77
  PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
78
  PUBLIC_APP_COLOR=blue # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
79
  PUBLIC_APP_DATA_SHARING=#set to 1 to enable options & text regarding data sharing