You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/DevGuide.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ Mirador is included in the SimpleAnnotationServer to aid quick deployment. If yo
11
11
12
12
## Overloading config using Environment variables
13
13
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:
15
15
16
16
```
17
-
export SAS.store="solr"
17
+
export SAS_store="solr"
18
18
```
19
19
20
20
This is useful to configure the backend properties while deploying docker instances to AWS.
0 commit comments