DLesmes commited on
Commit
fbb577d
·
verified ·
1 Parent(s): d6eb324

new routes

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,8 +10,8 @@ fullwidth: true
10
  license: mit
11
  app_port: 8080
12
  env:
13
- LABEL_STUDIO_DATA_DIR: /tmp/label-studio-data # Override default data directory
14
- MEDIA_ROOT: /tmp/label-studio-media # Override media directory
15
  short_description: Contains all the routes taken for the last 10 years
16
  ---
17
  <img src="https://user-images.githubusercontent.com/12534576/192582340-4c9e4401-1fe6-4dbb-95bb-fdbba5493f61.png"/>
 
10
  license: mit
11
  app_port: 8080
12
  env:
13
+ LABEL_STUDIO_MEDIA_ROOT: /tmp/label-studio-media # Override MEDIA_ROOT
14
+ LABEL_STUDIO_DATA_DIR: /tmp/label-studio-data # Optional: Redirect data directory too
15
  short_description: Contains all the routes taken for the last 10 years
16
  ---
17
  <img src="https://user-images.githubusercontent.com/12534576/192582340-4c9e4401-1fe6-4dbb-95bb-fdbba5493f61.png"/>