Skip to main content
summaryrefslogtreecommitdiffstats
blob: 77c7dc820b2eda018cf944e723eabe2f63cd3ef1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ 
  "type": "<%= envtype %>", 
  "url": "/<%= envid %>/", 
  "version": "<%= version %>", 
  "info": "<%= envinfo %>",
  "properties":{
<% if @envdefault == true %>
    "default": "1",
<% end %>
    "authtype": "<%= authtype %>"
  }
}

Back to the top