Skip to content

Commit

Permalink
config.js converted to TypeScript
Browse files Browse the repository at this point in the history
...and added a missing attribute.
  • Loading branch information
Brian Crowell committed May 6, 2018
1 parent a7b551c commit b001349
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 145 deletions.
5 changes: 4 additions & 1 deletion config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@

// Log as Bunyan JSON stream to stdout
"stdout": {}
}
},

// Service key for internal services to authenticate
"serviceKey": ""
}
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
"contributors": [],
"devDependencies": {
"@types/async": "^2.0.49",
"@types/bunyan": "^1.8.4",
"@types/elasticsearch": "^5.0.22",
"@types/express": "^4.11.1",
"@types/node": "^9.6.5",
"@types/nodemailer": "^4.6.0",
"@types/uuid": "^3.4.3",
"angular": "^1.5.5",
"angular-aria": "^1.5.5",
Expand Down
143 changes: 0 additions & 143 deletions server/config.js

This file was deleted.

Loading

0 comments on commit b001349

Please sign in to comment.