@leansdk/leanrc
Version:
LeanRC is a MVC framework for creating graceful applications
37 lines (36 loc) • 807 B
JSON
{
"name": "test",
"version": "1.0.0",
"configuration": {
"trustProxy": {
"description": "trustProxy for test switch server",
"type": "boolean",
"default": true
},
"subdomainOffset": {
"description": "subdomainOffset for start tomatos server",
"type": "number",
"default": 1
},
"test1": {
"description": "test1 description",
"type": "string",
"default": "default"
},
"test2": {
"description": "test2 description",
"type": "number",
"default": 42
},
"test3": {
"description": "test3 description",
"type": "boolean",
"default": true
},
"cookieKey": {
"description": "Secret key for sign cookies.",
"type": "string",
"default": "COOKIE_KEY"
}
}
}