diff src/main/resources/config.properties @ 20:996f8f1b69db

little modification on books page
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 19 Jun 2015 16:23:16 +0200
parents 3387d855a194
children 5b1856cd6b4f
line wrap: on
line diff
--- a/src/main/resources/config.properties	Tue Jun 02 16:44:02 2015 +0200
+++ b/src/main/resources/config.properties	Fri Jun 19 16:23:16 2015 +0200
@@ -5,21 +5,22 @@
 
 #Local
 #dvn_server=http://localhost/dvn
+#dvn_server=http://localhost:8082		
 #root_server=http://localhost:8080/LGServices
 #toc_interface=http://localhost:1080/localgazetteers-dev/LGToc
 #extraction_interface=http://localhost:1080/localgazetteers-dev/extraction-interface
 
 
-# currently stable one
-#localgazetteers-dev 
-#dvn_server=http://localgazetteers-dev/dvn
-#root_server=http://localgazetteers-dev/LGServices
-#toc_interface=http://localgazetteers-dev/LGToc
-#extraction_interface=http://localgazetteers-dev/extraction-interface
+# Production one:
+#localgazetteers-dev -> localgazetteers
+dvn_server=http://localgazetteers.mpiwg-berlin.mpg.de/dvn
+root_server=http://localgazetteers.mpiwg-berlin.mpg.de/LGServices
+toc_interface=http://localgazetteers.mpiwg-berlin.mpg.de/LGToc
+extraction_interface=http://localgazetteers.mpiwg-berlin.mpg.de/extraction-interface
 
-
-#localgazetteers
-dvn_server=http://localgazetteers/dvn
-root_server=http://localgazetteers/LGServices
-toc_interface=http://localgazetteers/LGToc
-extraction_interface=http://localgazetteers/extraction-interface
\ No newline at end of file
+# Development one:
+#localgazetteers -> localgazetteers-test
+#dvn_server=http://localgazetteers-test.mpiwg-berlin.mpg.de/dvn
+#root_server=http://localgazetteers-test.mpiwg-berlin.mpg.de/LGServices
+#toc_interface=http://localgazetteers-test.mpiwg-berlin.mpg.de/LGToc
+#extraction_interface=http://localgazetteers-test.mpiwg-berlin.mpg.de/extraction-interface
\ No newline at end of file