Skip to content

Commit

Permalink
fix: CARDANO_CLI_PATH var in ecosystem file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Oct 27, 2020
1 parent 0e64fd5 commit 2597ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ecosystem.config.js
Expand Up @@ -48,7 +48,7 @@ module.exports = {
autorestart: true,
env: {
BIND_ADDRESS: '0.0.0.0',
CARDANOCLI_PATH: '/usr/local/bin/cardano-cli',
CARDANO_CLI_PATH: '/usr/local/bin/cardano-cli',
CARDANO_NODE_PATH: '/usr/local/bin/cardano-node',
CARDANO_NODE_SOCKET_PATH: '/ipc/node.socket',
DB_CONNECTION_STRING: 'socket://postgres:*@/var/run/postgresql?db=cexplorer',
Expand Down

0 comments on commit 2597ef1

Please sign in to comment.