From b149088deee924bda3dcbf38217bb479e4ea647f Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 21 Jun 2017 11:34:30 -0700 Subject: [PATCH] Set debug log level in dev run script And switch to #kosmos-random as default room for kredits messages. --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 7893071..c98d24e 100755 --- a/run.sh +++ b/run.sh @@ -3,6 +3,7 @@ # npm install PORT=8888 \ +HUBOT_LOG_LEVEL="debug" \ HUBOT_IRC_SERVER="irc.freenode.net" \ HUBOT_IRC_ROOMS="#kosmos-dev,#kosmos-random" \ HUBOT_IRC_NICK="hal7000" \ @@ -16,7 +17,7 @@ LOG_STEALTH="true" \ WEBHOOK_TOKEN="kosmosplusplus" \ HUBOT_YUBIKEY_API_ID="change-me" \ KREDITS_WEBHOOK_TOKEN="123" \ -KREDITS_ROOM="#kosmos-dev" \ +KREDITS_ROOM="#kosmos-random" \ KREDITS_WALLET_PATH="wallet.json" \ KREDITS_WALLET_PASSWORD="foo" \ KREDITS_CONTRACT_ADDRESS="0x7dfab325c6ec203597c419b4b3172c6b219b9315" \