olinlibrary / loanbot

A chatbot that keeps track of Olin's tool and non-book library loan system
MIT License
0 stars 0 forks source link

Change environment variables to uppercase #12

Open osteele opened 7 years ago

osteele commented 7 years ago

It's standard to use uppercase strings for environment variables names; e.g. mongo_uriMONGO_URI, pageAccessTokenPAGE_ACCESS_TOKEN, validationTokenVALIDATION_TOKEN.

Bonus: if mongo_uri is renamed to MONGODB_URI (instead of MONGO_URI), then the Heroku mLab add-on can be used, for easier setup and consolidated billing.