annotate src/main/webapp/WEB-INF/serverconfig.property.template @ 58:f5c0e6df7e88

made uri prefixes in store configurable.
author casties
date Tue, 20 Nov 2012 18:23:52 +0100
parents 4efb21cf0ce0
children e2f86ef9b871
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
55
d04006aab670 changed history to remove property files. PLEASE CLONE AGAIN IF YOU USED THIS REPO BEFORE!
casties
parents:
diff changeset
1 # AnnotationManager server config
d04006aab670 changed history to remove property files. PLEASE CLONE AGAIN IF YOU USED THIS REPO BEFORE!
casties
parents:
diff changeset
2 # format: key = value
d04006aab670 changed history to remove property files. PLEASE CLONE AGAIN IF YOU USED THIS REPO BEFORE!
casties
parents:
diff changeset
3 annotationmanager.graphdb.path = /usr/local/neo4j/dbs/AnnotationManager
57
4efb21cf0ce0 new non-authorized mode without tokens. enabled by default. configured with annotationmanager.authorization=false property.
casties
parents: 55
diff changeset
4 annotationmanager.authorization = true
55
d04006aab670 changed history to remove property files. PLEASE CLONE AGAIN IF YOU USED THIS REPO BEFORE!
casties
parents:
diff changeset
5 annotationmanager.ldapserver.url = ldap://ldap.mpiwg-berlin.mpg.de/dc=mpiwg-berlin,dc=mpg,dc=de
d04006aab670 changed history to remove property files. PLEASE CLONE AGAIN IF YOU USED THIS REPO BEFORE!
casties
parents:
diff changeset
6 annotationmanager.admin.user = adminuser
d04006aab670 changed history to remove property files. PLEASE CLONE AGAIN IF YOU USED THIS REPO BEFORE!
casties
parents:
diff changeset
7 annotationmanager.admin.password = adminpw
58
f5c0e6df7e88 made uri prefixes in store configurable.
casties
parents: 57
diff changeset
8 annotationmanager.uris.tags = http://entities.mpiwg-berlin.mpg.de/tags/
f5c0e6df7e88 made uri prefixes in store configurable.
casties
parents: 57
diff changeset
9 annotationmanager.uris.persons = http://entities.mpiwg-berlin.mpg.de/persons/
f5c0e6df7e88 made uri prefixes in store configurable.
casties
parents: 57
diff changeset
10 annotationmanager.uris.groups = http://entities.mpiwg-berlin.mpg.de/groups/