Mercurial > hg > LGDataverses
diff src/main/java/config.properties @ 12:c2e2d794847f
new: add config.properties file for gazetteer
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Wed, 30 Sep 2015 13:43:54 +0200 |
| parents | |
| children | d3374217e19e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/config.properties Wed Sep 30 13:43:54 2015 +0200 @@ -0,0 +1,8 @@ +#Local +LGMap=http://localhost:1080/localgazetteers-dev/LGMap + +# Production one: +#LGMap=http://localgazetteers.mpiwg-berlin.mpg.de + +# Development one: +#LGMap=http://localgazetteers-test.mpiwg-berlin.mpg.de
