Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update .env.local.template
Browse files- .env.local.template +3 -3
.env.local.template
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# DO NOT EDIT THIS FILE WITH SENSITIVE DATA
|
| 3 |
|
| 4 |
MONGODB_URL=${MONGODB_URL}
|
| 5 |
-
MONGODB_DB_NAME
|
| 6 |
MONGODB_DIRECT_CONNECTION=false
|
| 7 |
|
| 8 |
|
|
@@ -145,8 +145,8 @@ PARQUET_EXPORT_DATASET=
|
|
| 145 |
PARQUET_EXPORT_HF_TOKEN=
|
| 146 |
PARQUET_EXPORT_SECRET=
|
| 147 |
|
| 148 |
-
PUBLIC_APP_NAME
|
| 149 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
| 150 |
-
PUBLIC_APP_COLOR
|
| 151 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|
| 152 |
PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
|
|
|
|
| 2 |
# DO NOT EDIT THIS FILE WITH SENSITIVE DATA
|
| 3 |
|
| 4 |
MONGODB_URL=${MONGODB_URL}
|
| 5 |
+
MONGODB_DB_NAME=chat-ui
|
| 6 |
MONGODB_DIRECT_CONNECTION=false
|
| 7 |
|
| 8 |
|
|
|
|
| 145 |
PARQUET_EXPORT_HF_TOKEN=
|
| 146 |
PARQUET_EXPORT_SECRET=
|
| 147 |
|
| 148 |
+
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
| 149 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
| 150 |
+
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
| 151 |
PUBLIC_APP_DATA_SHARING=#set to 1 to enable disclaimers & options about data sharing
|
| 152 |
PUBLIC_APP_DATA_DISCLAIMER=#set to 1 to enable disclaimers about model outputs
|