-
Notifications
You must be signed in to change notification settings - Fork 0
/
Properties.xml
27 lines (27 loc) · 941 Bytes
/
Properties.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<Content xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Object id="LOCAL">
<Group>
<Id>Local</Id>
<Name>Local Settings</Name>
<Description>Local Settings</Description>
<Type>Main</Type>
<Childs>
<Prop>
<Id>USE_APPSERVER_DATASOURCE</Id>
<Name>Use Application Server Datasource</Name>
<Description>Set to true if the Application Server already has a Datasource defined.</Description>
<Type>Boolean</Type>
<Default>false</Default>
</Prop>
<Prop>
<Id>GENERATE_OPEN_API_INTERFACE</Id>
<Name>Generate OpenAPI Interface</Name>
<Description>Generate the OpenAPI Interface for all the Rest services and API Objects in the DPU that have the property enabled.</Description>
<Type>Boolean</Type>
<Default>false</Default>
</Prop>
</Childs>
</Group>
</Object>
</Content>