melisMirza / Covitter

Repository of SWE 573 project
0 stars 0 forks source link

Configure Environment Variables on Heroku #32

Closed melisMirza closed 3 years ago

melisMirza commented 3 years ago

Transfer variables in the .env file to config vars on Heroku.

Incorporate in code the new source of variables

melisMirza commented 3 years ago

every variable on .env is transferred to "config vars" field of Heroku. code is updated to collect them using "os.environ"