Spaces:
Sleeping
Sleeping
Commit
·
7ac6e43
1
Parent(s):
eb1fff4
Use container-safe paths in .env.example
Browse files- .env.example +5 -5
.env.example
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
#
|
| 2 |
-
DATA_DIR=/
|
| 3 |
-
DOCSTORE_DIR=/
|
| 4 |
-
INDEX_DIR=/
|
| 5 |
-
EXPORT_DIR=/
|
|
|
|
| 1 |
+
# Container-safe defaults (HF Spaces, Linux)
|
| 2 |
+
DATA_DIR=/home/user/app/runtime/data
|
| 3 |
+
DOCSTORE_DIR=/home/user/app/runtime/docstore
|
| 4 |
+
INDEX_DIR=/home/user/app/runtime/index
|
| 5 |
+
EXPORT_DIR=/home/user/app/runtime/export
|