can now remove entrys via the web UI
[Bookkeeping.git] / lib / spittoon.properties
blobd5083bd89757f8416eb6f50109a4ffa83f6ebca3
2 # root directory Spittoon will use 
3 root.dir=rootDir
6 # eXist database parameter variables 
7 db.url=xmldb:exist:///db/
10 db.uname=admin
11 db.passwd=
13 # exist environment variables 
14 exist.initdb=true
16 exist.home=.
17 org.xml.sax.features.validation=false
18 java.endorsed.dirs=lib/endorsed
20 # needs to be named 'exist' ['aauthdb' desired], otherwise the database stalls with .lck files
21 # db-1-port=8081
22 db-1-config=confAauth.xml
23 db-1-id=exist
24 db-1-port=8080
26 # should we split the DB into 2 (aauthentication & groups)
27 db-split=false
29 # db-2-config=confGroups.xml
30 # db-2-id=groupsdb
31 db-2-config=confAauth.xml
32 db-2-id=exist
33 db-2-port=8080
36 # bob environment variables
37 bob.home=/Users/timothyw/Projects/Bookkeeping
38 bob.base=/Users/timothyw/Projects/Bookkeeping
39 bob.gen=/Users/timothyw/Projects/Bookkeeping/gen
40 bob.end=.xml
41 bob.def=/Users/timothyw/Projects/Bookkeeping/xml/bookkeeping.system.xml
43 # mappings 
44 mapping.system=/system
45 mapping.filler.1=/system/aauthentication
46 mapping.filler.2=/system/aauthentication/groups
47 mapping.aauth.group=/system/aauthentication/groups/group
48 mapping.filler.3=/system/aauthentication/users
49 mapping.aauth.user=/system/aauthentication/users/user
50 mapping.filler.4=/system/groups
51 mapping.group.group=/system/groups/group
52 mapping.filler.5=/system/groups/group/bookkeeping
53 mapping.group.accounts=/system/groups/group/bookkeeping/accounts
54 mapping.group.journals=/system/groups/group/bookkeeping/journals
55 mapping.group.journal=/system/groups/group/bookkeeping/journals/journal
56 mapping.filler.6=/system/groups/group/bookkeeping/journals/journal/entries
57 mapping.group.entry=/system/groups/group/bookkeeping/journals/journal/entries/entry