Add SERVICE_TOKEN to the sample local.conf
I expect the sample local.conf file to contain all the required variables. However, after copying samples/local.conf, the stack.sh script still asks for SERVICE_TOKEN. This commit adds the SERVICE_TOKEN definition to local.conf so that a new user can just copy samples/local.conf, edit it, and have a running stack.sh without the mild annoyance of having more variables to set. Change-Id: Ifb163c7f67c80037d8b10458f2df458a20da4667
This commit is contained in:
parent
89a8a15ebe
commit
5753eb8e26
@ -24,8 +24,10 @@
|
|||||||
# While ``stack.sh`` is happy to run without ``localrc``, devlife is better when
|
# While ``stack.sh`` is happy to run without ``localrc``, devlife is better when
|
||||||
# there are a few minimal variables set:
|
# there are a few minimal variables set:
|
||||||
|
|
||||||
# If the ``*_PASSWORD`` variables are not set here you will be prompted to enter
|
# If the ``SERVICE_TOKEN`` and ``*_PASSWORD`` variables are not set
|
||||||
# values for them by ``stack.sh`` and they will be added to ``local.conf``.
|
# here you will be prompted to enter values for them by ``stack.sh``
|
||||||
|
# and they will be added to ``local.conf``.
|
||||||
|
SERVICE_TOKEN=azertytoken
|
||||||
ADMIN_PASSWORD=nomoresecrete
|
ADMIN_PASSWORD=nomoresecrete
|
||||||
MYSQL_PASSWORD=stackdb
|
MYSQL_PASSWORD=stackdb
|
||||||
RABBIT_PASSWORD=stackqueue
|
RABBIT_PASSWORD=stackqueue
|
||||||
|
Loading…
Reference in New Issue
Block a user