10 lines
346 B
Smarty
10 lines
346 B
Smarty
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Environment version="2.0" id="environment" themeid="{{themeId}}">
|
|
<Screen id="desktop" width="{{width}}" height="{{height}}"/>
|
|
<Services>
|
|
<Service id="{{apiServiceId}}" url="{{apiUrl}}" type="http"/>
|
|
<Service id="{{fileServiceId}}" url="{{fileUrl}}" type="http"/>
|
|
</Services>
|
|
</Environment>
|
|
|