|
...
|
...
|
@@ -161,16 +161,16 @@ rm -f $TOP_DIR/.localrc.auto
|
|
161
|
161
|
extract_localrc_section $TOP_DIR/local.conf $TOP_DIR/localrc $TOP_DIR/.localrc.auto
|
|
162
|
162
|
|
|
163
|
163
|
# ``stack.sh`` is customizable by setting environment variables. Override a
|
|
164
|
|
-# default setting via export::
|
|
|
164
|
+# default setting via export:
|
|
165
|
165
|
#
|
|
166
|
166
|
# export DATABASE_PASSWORD=anothersecret
|
|
167
|
167
|
# ./stack.sh
|
|
168
|
168
|
#
|
|
169
|
|
-# or by setting the variable on the command line::
|
|
|
169
|
+# or by setting the variable on the command line:
|
|
170
|
170
|
#
|
|
171
|
171
|
# DATABASE_PASSWORD=simple ./stack.sh
|
|
172
|
172
|
#
|
|
173
|
|
-# Persistent variables can be placed in a ``local.conf`` file::
|
|
|
173
|
+# Persistent variables can be placed in a ``local.conf`` file:
|
|
174
|
174
|
#
|
|
175
|
175
|
# [[local|localrc]]
|
|
176
|
176
|
# DATABASE_PASSWORD=anothersecret
|