source: AnnotationManagerN4J/src/main/webapp/WEB-INF/serverconfig.property.template @ 94:fcb6fe10e08c

Last change on this file since 94:fcb6fe10e08c was 94:fcb6fe10e08c, checked in by casties, 9 years ago

added config option for webapp URL prefix.

File size: 707 bytes
Line 
1# AnnotationManager server config
2# format: key = value
3annotationmanager.graphdb.path = /usr/local/neo4j/dbs/AnnotationManager
4annotationmanager.authorization = true
5annotationmanager.ldapserver.url = ldap://ldap.mpiwg-berlin.mpg.de/dc=mpiwg-berlin,dc=mpg,dc=de
6annotationmanager.admin.user = adminuser
7annotationmanager.admin.password = adminpw
8annotationmanager.uris.tags = http://entities.mpiwg-berlin.mpg.de/tags/
9annotationmanager.uris.persons = http://entities.mpiwg-berlin.mpg.de/persons/
10annotationmanager.uris.groups = http://entities.mpiwg-berlin.mpg.de/groups/
11annotationmanager.uris.annotations = http://entities.mpiwg-berlin.mpg.de/annotations/
12#annotationmanager.webapp.prefix = /annotations
Note: See TracBrowser for help on using the repository browser.