-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.conf
17 lines (17 loc) · 913 Bytes
/
project.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="ASCII"?>
<configurations:ProjectConfig xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:configurations="http://www.ingenico.com/schemas/web/configurations/1_0">
<webAppConfig name="Hackathon" waid="2EAF0A4B" release="30">
<whiteListedURLs host="splatblurt.com" crt="//@webAppConfig/@certificats.0"/>
<certificats name="NewPEM" filePath="newFolderCAFiles/StartComCertificationAuthority.pem"/>
<weblets desc="Demo App for the Money20/20 2016 Hackathon" name="Hackathon2016App">
<startURL isRelative="true" path="index.html"/>
<services name="StartEnd" filePath="/desc/StartEnd.proto">
<extraFilePaths>/desc/StartEndId.proto</extraFilePaths>
</services>
<onDesktop/>
<onTaskSwitcher enabled="true"/>
<environment/>
</weblets>
</webAppConfig>
<workflow href="project.wkflow#/"/>
</configurations:ProjectConfig>