diff options
| author | lonkaars <loek@pipeframe.xyz> | 2021-04-25 11:24:41 +0200 | 
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2021-04-25 11:24:41 +0200 | 
| commit | 262c02433400b565837784a5c06605bf910a35d1 (patch) | |
| tree | 4fd231ebdd4bdfe47313deeb4e14b453a08c5275 | |
| parent | 5244fab8678f1d3226efca8139695e89e6e0c23b (diff) | |
added .env file
| -rw-r--r-- | .env | 3 | ||||
| -rw-r--r-- | .gitignore | 3 | 
2 files changed, 3 insertions, 3 deletions
| @@ -0,0 +1,3 @@ +CONNECT4_DEBUG=1 +CONNECT4_WEB_ROOT="/var/www/..." + @@ -6,9 +6,6 @@ __pycache__/  *.py[cod]  *$py.class -# dotenv -.env -  # virtualenv  .venv/  venv/ |