Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit e1f55c5

Browse files
committed
Merge pull request #2 from PhysiciansDataCollaborative/dev
Dev
2 parents 1966cb2 + 97e21fb commit e1f55c5

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
node_modules/
22
npm-debug.log
33
.idea/
4-
drugref/
5-
#dcl.sqlite

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
"db": {
3-
"sqlite": "dcl.sqlite"
3+
"sqlite": "drugref/dcl.sqlite"
44
},
55
"server": {
66
"port": 3007
File renamed without changes.

0 commit comments

Comments
 (0)