2
0
Fork 0
tcrud/lib/default/default-tserver.json

44 lines
975 B
JSON
Raw Normal View History

2017-06-10 14:53:29 +00:00
{
"masterTEntityTemplate": {
"tlist": { "tserver": {
"tpipe": {
"query": {
"defaults": { "limit": 10 },
"maxes": { "limit": 50 }
}
}
}},
"tmeta": { "tserver": {
"thost": "http://localhost:8080",
"tslugs": {
"tbase": "/api",
"tserver": "server",
"tentity": "tentity",
"tplugin": "plugin"
},
"tpopfix": true,
"tformats": ["formatJSON","formatXML","formatCSV","serverConfigTView","angular"],
"tapi": {
"cors": true,
"timeoute": 30000
}
}}
},
"masterTEntityTHelp": {
"tmeta": { "tserver": {
"thost": "The host of the server.",
"tslugs": {
"tbase": "The base api prefix slug",
"tserver": "The server slug",
"tentity": "The tentity slug",
"tplugin": "The plugin slug"
},
"tpopfix": "Use tech or format first.",
"tformats": "list of exported formats.",
"tapi": {
"cors": "Allow cors requests on api.",
"timeoute": "Timeout of api requests."
}
}}
}
}