Skip to content

Commit

Permalink
chore(.exist.json): refactor json
Browse files Browse the repository at this point in the history
not yet at the latest hotness
  • Loading branch information
duncdrum committed Feb 10, 2021
1 parent 637d038 commit 13c81e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions generators/app/templates/.existdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@
"localhost": {
"server": "<%- instance %>",
"user": "<%- admin %>",
"password": "<%- adminpw %>"
"password": "<%- adminpw %>",
"root": "/db/<%- defcoll %>/<%- short %>"
}
},
"sync": {
"server": "localhost",
"root": "/db/<%- defcoll %>/<%- short %>",
"active": true,
"ignore": [
".existdb.json",
".git/**",
"node_modules/**",
"bower_components/**",
"build/**",
"webtest/**",
".vscode/**",
"README.md",
"yo-rc.json"
]
Expand Down

0 comments on commit 13c81e4

Please sign in to comment.