Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
fix(it): silent logs to avoid printing out passwords and other secure…
Browse files Browse the repository at this point in the history
… data
  • Loading branch information
Maurizio Pillitu committed Dec 30, 2016
1 parent b2b1fd0 commit e9b3c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-odp.sh
Expand Up @@ -6,6 +6,6 @@
# $ brew upgrade node
# $ npm install

npm run diagnostic -- --publicKey $BOT_USER_CERT --privateKey $BOT_USER_KEY --passphrase $BOT_USER_PASSWORD --host foundation-dev.symphony.com --agenthost foundation-dev-api.symphony.com --kmhost foundation-dev-api.symphony.com --sessionhost foundation-dev-api.symphony.com
npm run diagnostic -- --publicKey $BOT_USER_CERT --privateKey $BOT_USER_KEY --passphrase $BOT_USER_PASSWORD --host foundation-dev.symphony.com --agenthost foundation-dev-api.symphony.com --kmhost foundation-dev-api.symphony.com --sessionhost foundation-dev-api.symphony.com >/dev/null

# npm run diagnostic -- --publicKey ./certs/publicCert.pem --privateKey ./certs/privateKey.pem --passphrase changeit --host foundation-dev.symphony.com --agenthost foundation-dev-api.symphony.com --kmhost foundation-dev-api.symphony.com --sessionhost foundation-dev-api.symphony.com

0 comments on commit e9b3c2f

Please sign in to comment.