Spaces:
Running
Running
Update services/config.py
Browse files- services/config.py +1 -1
services/config.py
CHANGED
|
@@ -32,7 +32,7 @@ else:
|
|
| 32 |
# If /data is not mounted, the app will report an error instead of silently losing work.
|
| 33 |
|
| 34 |
# THE ROOT OF ALL PERSISTENCE
|
| 35 |
-
SAFE_BASE = "/data
|
| 36 |
|
| 37 |
# SUB-DIRECTORIES WITHIN THE BUCKET
|
| 38 |
DATA_DIR = "/data/Memories/"
|
|
|
|
| 32 |
# If /data is not mounted, the app will report an error instead of silently losing work.
|
| 33 |
|
| 34 |
# THE ROOT OF ALL PERSISTENCE
|
| 35 |
+
SAFE_BASE = "/data"
|
| 36 |
|
| 37 |
# SUB-DIRECTORIES WITHIN THE BUCKET
|
| 38 |
DATA_DIR = "/data/Memories/"
|