Browse Source

Update gitignore and example env

JoostSijm 6 years ago
parent
commit
4a875a6bb4
2 changed files with 1 additions and 4 deletions
  1. 0 3
      .gitignore
  2. 1 1
      example.env

+ 0 - 3
.gitignore

@@ -4,10 +4,7 @@
 *.min.css
 *.min.css
 *.compiled.css
 *.compiled.css
 node_modules/
 node_modules/
-vendor/
 __pycache__/
 __pycache__/
 .venv/
 .venv/
-nohup.out
-yarn-error.log
 .env
 .env
 app/static/main.js
 app/static/main.js

+ 1 - 1
example.env

@@ -10,4 +10,4 @@ TESTING=True
 # Own
 # Own
 WEBHOOK_KEY=PLACEHOLDER
 WEBHOOK_KEY=PLACEHOLDER
 SECRET_KEY=PLACEHOLDER
 SECRET_KEY=PLACEHOLDER
-DATABASE_URI = 'postgresql://db@localhost/db'
+DATABASE_URI='postgresql://db@localhost/db'