nfpis/config.json

12 lines
152 B
JSON

{
"name": "nfpis",
"production": {
"port": 3000,
"use_bunyan": true
},
"development": {
"port": 3000,
"use_bunyan": false
}
}