-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRbm.Settings.xml
More file actions
27 lines (21 loc) · 1.53 KB
/
Rbm.Settings.xml
File metadata and controls
27 lines (21 loc) · 1.53 KB
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" encoding="utf-8" ?>
<settings>
<entry key="help" value="https://github.com/bexis/Documents/blob/master/HowTo/HowToFieldWork.md" type="String"/>
<entry key="key2" value="value2" type="String"/>
<entry key="key3" value="21" type="Int16"/>
<!--Setting for sending booking notifications-->
<!--explo.hai@wzw.tum.de, explo.alb@uni-ulm.de, explo.Sch@senckenberg.de-->
<entry key="BookingMailReceiver" value="explo.hai@wzw.tum.de,explo.alb@uni-ulm.de,explo.Sch@senckenberg.de" type="string"/>
<entry key="BookingMailReceiverCC" value="bexis-sys@listserv.uni-jena.de" type="string"/>
<entry key="BookingMailReceiverBCC" value="bexis-sys@listserv.uni-jena.de" type="string"/>
<entry key="BookingMailSender" value="Biodiversity Exploratories: Fieldbook" type="string"/>
<entry key="BookingMailSubject" value="Fieldbook reservation" type="string"/>
<entry key="AlumniGroup" value="alumni" type="string"/>
<!--Setting to define party type name-->
<entry key="AccountPartyTypes" value="Person" type="string"/>
<!--Setting admin group to edit and delete events and schedules, Groupname:resource attribute value
-> so you are able to give different rights to group depending on the classification with resource attribute value -->
<entry key="EventAdminGroups" value="FB_Edit_HAI:Hainich-Dün,FB_Edit_SCH:Schorfheide-Chorin,FB_Edit_ALB:Schwäbische Alb" type="string"/>
<!--Setting to specify resource for specific validation -->
<entry key="OverNightResource" value="Sleeping place" type="string"/>
</settings>