@kibibit/nconf-hjson
Version:
Add support for json with comments files in nconf
23 lines (22 loc) • 477 B
JSON
{
"properties": {
"PORT": {
"type": "string",
"description": "Server port"
},
"SLACK_ORGANIZATION_NAME": {
"type": "string",
"description": "This is the slack organization to talk to"
},
"SLACK_API_KEY": {
"type": "string",
"description": "This is the slack API to talk and report to channel \"hello\""
}
},
"type": "object",
"required": [
"PORT",
"SLACK_ORGANIZATION_NAME",
"SLACK_API_KEY"
]
}