Ver Fonte

Update gitignore and example env

JoostSijm há 6 anos atrás
pai
commit
4a875a6bb4
2 ficheiros alterados com 1 adições e 4 exclusões
  1. 0 3
      .gitignore
  2. 1 1
      example.env

+ 0 - 3
.gitignore

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

+ 1 - 1
example.env

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