Skip to main content
summaryrefslogtreecommitdiffstats
blob: 59a5a5fe4d8142abc39d238855b4050e3f4fbf23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ 
"type": "<%= envtype %>", 
"url": "/<%= envid %>", 
"version": "<%= envversion %>", 
"info": "<%= envinfo %>" ,
 "properties":{
 "custom_wf": "<%= custom_wf %>",
 "custom_wf_and_status": "<%= custom_wf_and_status %>",
 "xmlrpc_enabled": "<%= xmlrpc_enabled %>",
 "default": "<%= envdefault %>"
 }
}

Back to the top