File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
modules/ROOT/pages/_partials Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,20 @@ More::
187187// end::new-300-auto-purge[]
188188// end::new-300-auto-purge-full[]
189189
190- // end::feature1-300[]
190+ // tag::new-300-environment-vars[]
191+ // tag::new-300-environment-vars-full[]
192+ // tag::new-300-environment-vars-summ[]
193+ Sync Gateway configuration is extended to allow the use of defined _environment variables_ as substitution values inside the configuration file.
194+ This allows users to determine, pick-up and substitute appropriate values during Sync Gateway start-up.
195+
196+ // end::new-300-environment-vars-summ[]
197+ The use of environment variables within the configuration file increases the flexibility of the configuration process.
198+ It makes the switching of the runtime behavior -- for example during development, experimentation or testing -- much easier.
199+
200+ // end::new-300-environment-vars-full[]
201+ More::
202+ xref:configuration-environment-variables.adoc[Configuration Environment Variables]
203+ // end::new-300-environment-vars[]
191204
192205// tag::feature1-300[]
193206
You can’t perform that action at this time.
0 commit comments