Add dummy admin room variable for testing

This commit is contained in:
rnhmjoj 2016-03-29 04:04:29 +02:00
parent d3319c0bd0
commit 67dfaafae1

View File

@ -43,5 +43,6 @@ in pkgs.stdenv.mkDerivation rec {
#set env variables here
export HUBOT_TG_SCRIPT=node_modules/hubot-tg/hubot.py
export HUBOT_TG_PORT=1123
export ADMIN_ROOM=user#123456
'';
}