Browse Source

infra: Update the expected user on deployment scripts

prometheus-integration
Alexis Hernandez 6 years ago
parent
commit
dd8751bd2c
  1. 2
      infra/deployment/ltcd.yml
  2. 2
      infra/deployment/xsnd.yml

2
infra/deployment/ltcd.yml

@ -10,7 +10,7 @@
- ltc_home: /home/ltc
- ltc_config_dir: /home/ltc/.litecoin
- ltc_download_url: https://download.litecoin.org/litecoin-0.16.3/linux/litecoin-0.16.3-x86_64-linux-gnu.tar.gz
- ltc_download_dest: /home/dummy/ltc.tar.gz
- ltc_download_dest: /home/ubuntu/ltc.tar.gz
- ltc_download_checksum: sha1:963e958bf5dd045fd70d787d6830f64962ae977d
- ltc_unarchive_dest: /home/ltc/app

2
infra/deployment/xsnd.yml

@ -10,7 +10,7 @@
- xsn_home: /home/xsn
- xsn_config_dir: /home/xsn/.xsncore
- xsn_download_url: https://github.com/X9Developers/XSN/releases/download/v1.0.17/xsn-1.0.17-x86_64-linux-gnu.tar.gz
- xsn_download_dest: /home/dummy/xsn.tar.gz
- xsn_download_dest: /home/ubuntu/xsn.tar.gz
- xsn_download_checksum: sha1:550e5b2e8f2d19a88915c167e333c732ecfef542
- xsn_unarchive_dest: /home/xsn/app

Loading…
Cancel
Save