Updated the blob path and governor address (#233)

This commit is contained in:
Chalith Desaman
2023-03-16 10:36:37 +05:30
committed by GitHub
parent 3b2ec30a9a
commit d605131ced

View File

@@ -14,7 +14,7 @@ ramKB_per_instance=524288
instances_per_core=3
evernode_alias=/usr/bin/evernode
log_dir=/tmp/evernode-beta
cloud_storage="https://stevernode.blob.core.windows.net/evernode-dev-bb7ec110-f72e-430e-b297-9210468a4cbb"
cloud_storage="https://stevernode.blob.core.windows.net/evernode-v3-dev-77ad5333-8e43-4f9d-b3dc-177ce1b61a2d"
setup_script_url="$cloud_storage/setup.sh"
installer_url="$cloud_storage/installer.tar.gz"
licence_url="$cloud_storage/licence.txt"
@@ -46,7 +46,7 @@ export EVERNODE_AUTO_UPDATE_SERVICE="evernode-auto-update"
# TODO: Need to modify the relevant Governor address for DEV ENV
# TODO: Configure the same figure in sashimono-install.sh as well.
export EVERNODE_GOVERNOR_ADDRESS="rNPPwSnXDkcGDUaY5gKJzt33bkVRMVVLKX"
export EVERNODE_GOVERNOR_ADDRESS="rao1FoQ9SPhjyxVayMVNeyh9wsWZ6jF3L"
export MIN_EVR_BALANCE=5120
# Private docker registry (not used for now)