소스 검색

Update gitignore and example env

JoostSijm 6 년 전
부모
커밋
4a875a6bb4
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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'