Spaces:
Running
Running
change app name
Browse files
.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=
|
| 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
|