44 lines
975 B
JSON
44 lines
975 B
JSON
|
{
|
||
|
"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."
|
||
|
}
|
||
|
}}
|
||
|
}
|
||
|
}
|