Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
@@ -195,7 +195,7 @@ PARQUET_EXPORT_DATASET=
|
|
195 |
PARQUET_EXPORT_HF_TOKEN=
|
196 |
PARQUET_EXPORT_SECRET=
|
197 |
|
198 |
-
APP_BASE="/spaces/BSC-LT/ChatUI"
|
199 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
200 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
201 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
|
|
195 |
PARQUET_EXPORT_HF_TOKEN=
|
196 |
PARQUET_EXPORT_SECRET=
|
197 |
|
198 |
+
#APP_BASE="/spaces/BSC-LT/ChatUI"
|
199 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
200 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
201 |
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|