mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Added SSH_KEY_NAME to example_deploy_conf.py
This commit is contained in:
parent
ebe21e5907
commit
ae9a72bfd2
@ -27,6 +27,11 @@ BRANCH="master"
|
||||
# What do you want to deploy?
|
||||
WHAT_TO_DEPLOY="servers"
|
||||
|
||||
# SSH_KEY_NAME is the name of the SSH private key file
|
||||
# in $HOME/.ssh/
|
||||
# It is used for SSH communications with AWS instances.
|
||||
SSH_KEY_NAME="not-set-yet"
|
||||
|
||||
# USE_KEYPAIRS_FILE is either True or False
|
||||
# Should node keypairs be read from keypairs.py?
|
||||
# (If False, then the keypairs will be whatever is in the the
|
||||
|
Loading…
x
Reference in New Issue
Block a user