Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add uninstall.sh for hollaex-cli uninstallation, Add VAULT_NAME confi…
…gmap value
  • Loading branch information
kycfeel committed Oct 15, 2019
1 parent 79800d5 commit df63037
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion settings/configmap
Expand Up @@ -28,7 +28,7 @@ HOLLAEX_CONFIGMAP_CURRENCIES=hex,usdt
ENVIRONMENT_WEB_BASE_CURRENCY=usdt
HOLLAEX_CONFIGMAP_PAIRS='hex-usdt'

HOLLAEX_CONFIGMAP_API_HOST=api.yourdomain.com
HOLLAEX_CONFIGMAP_API_HOST=https://api.yourdomain.com

HOLLAEX_CONFIGMAP_USER_LEVEL_NUMBER=4

Expand Down Expand Up @@ -63,6 +63,8 @@ HOLLAEX_CONFIGMAP_ID_DOCS_BUCKET=

HOLLAEX_CONFIGMAP_NETWORK=mainnet

HOLLAEX_CONFIGMAP_VAULT_NAME=

ENVIRONMENT_EXCHANGE_RUN_MODE=api,stream,engine

ENVIRONMENT_DOCKER_COMPOSE_RUN_POSTGRESQL_DB=true
Expand Down
5 changes: 5 additions & 0 deletions uninstall.sh
@@ -0,0 +1,5 @@
#!/bin/bash

echo "Removing HollaEx CLI..."
curl -L https://raw.githubusercontent.com/bitholla/hollaex-cli/master/uninstall.sh | bash

0 comments on commit df63037

Please sign in to comment.