Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
@bhargavnova
------

env_manager_web

what it is
----------
a tiny local page to view and edit environment variables.
it reads .env as the base and writes .env.local with your changes.

run
---
python env_manager_web.py --open
then edit values in the table and press save.

notes
-----
works on 127.0.0.1
keeps everything on disk next to your project