Amazebot / bbot-rocketchat-boilerplate

bRocket is a bBot boilerplate for building Rocket.Chat bots
MIT License
13 stars 8 forks source link

Bad Enviroment Key #1

Open cristiandley opened 5 years ago

cristiandley commented 5 years ago

ROCKETCHAT_PASS

is

ROCKETCHAT_PASSWORD

kazie commented 5 years ago

File: .env.example

- ROCKETCHAT_PASS=pass
+ ROCKETCHAT_PASSWORD=pass

Such a pullrequest should be super easy, and helpful to everyone two actually tries this boilerplate and doesn't check the issue when they try to login, since the program does not say ROCKETCHAT_PASSWORD not defined rather just 403 Unauthorized.