# HG changeset patch # User casties # Date 1353424569 -3600 # Node ID d04006aab670e2023cda0f712cc0a0f3b96d4667 # Parent a8b9b2391ef397d7eb73cab6f8f8421ebb900bc8 changed history to remove property files. PLEASE CLONE AGAIN IF YOU USED THIS REPO BEFORE! diff -r a8b9b2391ef3 -r d04006aab670 .hgignore --- a/.hgignore Mon Nov 19 11:29:58 2012 +0100 +++ b/.hgignore Tue Nov 20 16:16:09 2012 +0100 @@ -11,3 +11,6 @@ ^\.shell_history$ syntax: regexp ^src/main/webapp/WEB-INF/consumerkeys\.property$ + +syntax: regexp +^src/main/webapp/WEB-INF/serverconfig\.property$ \ No newline at end of file diff -r a8b9b2391ef3 -r d04006aab670 src/main/webapp/WEB-INF/serverconfig.property.template --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/WEB-INF/serverconfig.property.template Tue Nov 20 16:16:09 2012 +0100 @@ -0,0 +1,6 @@ +# AnnotationManager server config +# format: key = value +annotationmanager.graphdb.path = /usr/local/neo4j/dbs/AnnotationManager +annotationmanager.ldapserver.url = ldap://ldap.mpiwg-berlin.mpg.de/dc=mpiwg-berlin,dc=mpg,dc=de +annotationmanager.admin.user = adminuser +annotationmanager.admin.password = adminpw