small docs updates about localrc
This commit is contained in:
parent
7377444f80
commit
197d53d32e
1 changed files with 6 additions and 1 deletions
5
stack.sh
5
stack.sh
|
@ -57,6 +57,11 @@ fi
|
|||
#
|
||||
# You can also pass options on a single line ``MYSQL_PASS=simple ./stack.sh``
|
||||
#
|
||||
# Additionally, you can put any local variables into a ``localrc`` file, like::
|
||||
#
|
||||
# MYSQL_PASS=anothersecret
|
||||
# MYSQL_USER=hellaroot
|
||||
#
|
||||
# We try to have sensible defaults, so you should be able to run ``./stack.sh``
|
||||
# in most cases.
|
||||
|
||||
|
|
Loading…
Reference in a new issue