As the title suggests, I'm trying to use a environment variable in a config file for a Flask project (in windows 10).
I'm using a virtual env and this far i have tried to add set "DATABASE_URL=sqlite:///models.db"
to /Scripts/activate.bat in the virtualenv folder.
But it does not seem to work. Any suggestions?