Skip to content

Commit d29dd3c

Browse files
authored
Update DevGuide.md
Fixing #159
1 parent 95009b4 commit d29dd3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/DevGuide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Mirador is included in the SimpleAnnotationServer to aid quick deployment. If yo
1111

1212
## Overloading config using Environment variables
1313

14-
It is possible to overload any of the configuration specified in [src/main/webapp/WEB-INF/sas.properties](../src/main/webapp/WEB-INF/sas.properties) using environmental variables by prepending `SAS.` to any of the properties in sas.properties e.g:
14+
It is possible to overload any of the configuration specified in [src/main/webapp/WEB-INF/sas.properties](../src/main/webapp/WEB-INF/sas.properties) using environmental variables by prepending `SAS_` to any of the properties in sas.properties e.g:
1515

1616
```
17-
export SAS.store="solr"
17+
export SAS_store="solr"
1818
```
1919

2020
This is useful to configure the backend properties while deploying docker instances to AWS.

0 commit comments

Comments
 (0)