gitignore for storage
This commit is contained in:
parent
fa4309b420
commit
6a1b632dcb
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
.DS_Store
|
||||
node_modules/
|
||||
storage/
|
||||
__pycache__
|
||||
dist/
|
||||
npm-debug*.log
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue