瀏覽代碼

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'