bash-config.cfg 647 B

12345678910111213141516171819202122232425
  1. #### PARAMETERS USED BY AWS
  2. STACK_NAME=joystream-node
  3. REGION=us-east-1
  4. CLI_PROFILE=joystream-user
  5. KEY_PATH="/Users/anuj/Joystream/anuj-key.pem"
  6. AWS_KEY_PAIR_NAME="anuj-key"
  7. EC2_INSTANCE_TYPE=t2.xlarge
  8. # If true will create another instance to generate chain spec file and keys
  9. CREATE_ADMIN_SERVER=true
  10. # Set a prebuilt AMI if required
  11. EC2_AMI_ID="ami-064f99551235fb1ac"
  12. #### PARAMETERS USED BY ANSIBLE
  13. LOCAL_CODE_PATH="~/Joystream/joystream"
  14. NETWORK_SUFFIX=7891
  15. GIT_REPO="https://github.com/Joystream/joystream.git"
  16. BRANCH_NAME=sumer
  17. # If true will build LOCAL_CODE_PATH otherwise will pull from GIT_REPO:BRANCH_NAME
  18. BUILD_LOCAL_CODE=false