Add dummy admin room variable for testing
This commit is contained in:
parent
d3319c0bd0
commit
67dfaafae1
@ -43,5 +43,6 @@ in pkgs.stdenv.mkDerivation rec {
|
|||||||
#set env variables here
|
#set env variables here
|
||||||
export HUBOT_TG_SCRIPT=node_modules/hubot-tg/hubot.py
|
export HUBOT_TG_SCRIPT=node_modules/hubot-tg/hubot.py
|
||||||
export HUBOT_TG_PORT=1123
|
export HUBOT_TG_PORT=1123
|
||||||
|
export ADMIN_ROOM=user#123456
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user