KingOfThoughtFleuren commited on
Commit
5d38465
·
verified ·
1 Parent(s): 654e619

Update services/config.py

Browse files
Files changed (1) hide show
  1. 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/"