sync
[Bookkeeping.git] / lib / spittoon.properties
blob32c05aeb0727cb6824d9a47ef85b2a4ddba3d14f
3 # root directory Spittoon will use 
4 root.dir=rootDir
6 # eXist database parameter variables 
7 db.url=xmldb:exist:///db/
8 db.uname=admin
9 db.passwd=
11 # exist environment variables 
12 exist.initdb=true
14 exist.home=.
15 org.xml.sax.features.validation=false
16 java.endorsed.dirs=lib/endorsed
18 db-1-config=confAauth.xml
19 # needs to be named 'exist' ['aauthdb' desired], otherwise the database stalls with .lck files
20 db-1-id=exist
21 db-2-config=confGroups.xml
22 db-2-id=groupsdb
25 # bob environment variables
26 bob.home=/Users/timothyw/Projects/Bookkeeping
27 bob.base=/Users/timothyw/Projects/Bookkeeping
28 bob.gen=/Users/timothyw/Projects/Bookkeeping/gen
29 bob.end=.xml
30 bob.def=/Users/timothyw/Projects/Bookkeeping/xml/bookkeeping.system.xml
32 # mappings 
33 mapping.system=/system
34 mapping.filler.1=/system/aauthentication
35 mapping.filler.2=/system/aauthentication/groups
36 mapping.aauth.group=/system/aauthentication/groups/group
37 mapping.filler.3=/system/aauthentication/users
38 mapping.aauth.user=/system/aauthentication/users/user
39 mapping.filler.4=/system/groups
40 mapping.group.group=/system/groups/group
41 mapping.filler.5=/system/groups/group/bookkeeping
42 mapping.group.accounts=/system/groups/group/bookkeeping/accounts
43 mapping.group.journals=/system/groups/group/bookkeeping/journals
44 mapping.group.journal=/system/groups/group/bookkeeping/journals/journal
45 mapping.filler.6=/system/groups/group/bookkeeping/journals/journal/entries
46 mapping.group.entry=/system/groups/group/bookkeeping/journals/journal/entries/entry