Krakabek / songSearchBot

Searches for music in popular streaming platforms (and youtube) to allow better UX of music sharing in telegram chats
MIT License
6 stars 1 forks source link

Ability to configure app via environment variables (for production) #11

Closed arodik closed 6 years ago

arodik commented 6 years ago

I've rewritten our config, now we get config values via node-config

Steps to migrate:

Now we have ability to configure app in production via environment variables (all mappings between json and env variables are placed inside the config/custom-environment-variables.json)