Browse Source

gitignore for storage

Davide Alberani 6 years ago
parent
commit
6a1b632dcb
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      diffido.py

+ 1 - 0
.gitignore

@@ -1,5 +1,6 @@
 .DS_Store
 node_modules/
+storage/
 __pycache__
 dist/
 npm-debug*.log

+ 1 - 1
diffido.py

@@ -17,7 +17,7 @@ import tornado.web
 from tornado import gen, escape
 
 CONF_DIR = ''
-JOBS_STORE = 'sqlite:///jobs.db'
+JOBS_STORE = 'sqlite:///storage/jobs.db'
 API_VERSION = '1.0'