Spaces:
Build error
Build error
Update .env.local.template
Browse files- .env.local.template +1 -0
.env.local.template
CHANGED
@@ -65,6 +65,7 @@ PARQUET_EXPORT_HF_TOKEN=
|
|
65 |
PARQUET_EXPORT_SECRET=
|
66 |
|
67 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
|
|
68 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
69 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
70 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|
|
|
65 |
PARQUET_EXPORT_SECRET=
|
66 |
|
67 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
68 |
+
PUBLIC_APP_DESCRIPTION=${APP_DESCRIPTION} # description of the app
|
69 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
70 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
71 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|