Skip to content

Commit c825abf

Browse files
committed
site_read/site_write are actually optional
1 parent 0676ba0 commit c825abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/10-storage.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ worker_node_temp = UNAVAILABLE
6262
; The site_read setting should be the location or url to a directory that can
6363
; be read to stage in data, this is an url if you are using a SE
6464
;
65-
; YOU WILL NEED TO CHANGE THIS
65+
; This setting is optional.
6666
site_read = UNAVAILABLE
6767

6868
; The site_write setting should be the location or url to a directory that can
6969
; be write to stage out data, this is an url if you are using a SE
7070
;
71-
; YOU WILL NEED TO CHANGE THIS
71+
; This setting is optional.
7272
site_write = UNAVAILABLE

0 commit comments

Comments
 (0)