BlitzKraft / saythanks.io

Spreading Thankfulness in Open Source.
https://saythanks.io
1.25k stars 154 forks source link

Use .env file instead of source env variables into bashrc globally #238

Closed tushar5526 closed 1 year ago

tushar5526 commented 1 year ago

Technical improvement It is not a good practice to source environment variables to bashrc, as those variables would be available globally in the whole system.

We should specify a .env file in the project directory and source variables into the current shell when we run flask server.

I will be working on this.

tushar5526 commented 1 year ago

Please assign this to me @kgashok @Pavithratrdev