annotate src/main/resources/config.properties @ 27:3b3e2963c8f7 dev_dataverse4

new: rewrite LGServices for LGDataverse with the new dataverse, dataverse4.0
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 08 Sep 2015 16:33:31 +0200
parents 86694755415d
children ab2fae5c5156
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e62083dbcbf First commit. This project comes from LGServer. We removed the framework icefaces. Now, LGServices uses just JSP and jquery.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff changeset
1 db_gazetter_username=root
25
86694755415d new: convert shown edit time to UTC+8
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 24
diff changeset
2 db_gazetter_password=root
0
3e62083dbcbf First commit. This project comes from LGServer. We removed the framework icefaces. Now, LGServices uses just JSP and jquery.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff changeset
3 db_gazetter_name=Gazetteer
3e62083dbcbf First commit. This project comes from LGServer. We removed the framework icefaces. Now, LGServices uses just JSP and jquery.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff changeset
4 files_root=/gazetteer-server/data
1
1af9d7db348e Changes in the pom configuration
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents: 0
diff changeset
5
1af9d7db348e Changes in the pom configuration
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents: 0
diff changeset
6 #Local
27
3b3e2963c8f7 new: rewrite LGServices for LGDataverse with the new dataverse, dataverse4.0
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 25
diff changeset
7 #dvn_server=http://localhost/dvn
3b3e2963c8f7 new: rewrite LGServices for LGDataverse with the new dataverse, dataverse4.0
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 25
diff changeset
8 dvn_server=http://localhost:8082
3b3e2963c8f7 new: rewrite LGServices for LGDataverse with the new dataverse, dataverse4.0
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 25
diff changeset
9 dvn_apitoken=9dd1f749-8c42-49ab-a2ba-fbb963c2ff90
3b3e2963c8f7 new: rewrite LGServices for LGDataverse with the new dataverse, dataverse4.0
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 25
diff changeset
10 dv_id=2
24
07f7594ba56e add filters to lastEditor and editTime in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 23
diff changeset
11 root_server=http://localhost:8080/LGServices
07f7594ba56e add filters to lastEditor and editTime in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 23
diff changeset
12 toc_interface=http://localhost:1080/localgazetteers-dev/LGToc
07f7594ba56e add filters to lastEditor and editTime in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 23
diff changeset
13 extraction_interface=http://localhost:1080/localgazetteers-dev/extraction-interface
1
1af9d7db348e Changes in the pom configuration
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents: 0
diff changeset
14
14
3387d855a194 new: toc status in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
15
20
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
16 # Production one:
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
17 #localgazetteers-dev -> localgazetteers
24
07f7594ba56e add filters to lastEditor and editTime in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 23
diff changeset
18 #dvn_server=http://localgazetteers.mpiwg-berlin.mpg.de/dvn
07f7594ba56e add filters to lastEditor and editTime in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 23
diff changeset
19 #root_server=http://localgazetteers.mpiwg-berlin.mpg.de/LGServices
07f7594ba56e add filters to lastEditor and editTime in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 23
diff changeset
20 #toc_interface=http://localgazetteers.mpiwg-berlin.mpg.de/LGToc
07f7594ba56e add filters to lastEditor and editTime in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 23
diff changeset
21 #extraction_interface=http://localgazetteers.mpiwg-berlin.mpg.de/extraction-interface
1
1af9d7db348e Changes in the pom configuration
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents: 0
diff changeset
22
20
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
23 # Development one:
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
24 #localgazetteers -> localgazetteers-test
23
dcc160f7db38 new: add comment textarea
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 21
diff changeset
25 #dvn_server=http://localgazetteers-test.mpiwg-berlin.mpg.de/dvn
dcc160f7db38 new: add comment textarea
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 21
diff changeset
26 #root_server=http://localgazetteers-test.mpiwg-berlin.mpg.de/LGServices
dcc160f7db38 new: add comment textarea
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 21
diff changeset
27 #toc_interface=http://localgazetteers-test.mpiwg-berlin.mpg.de/LGToc
dcc160f7db38 new: add comment textarea
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 21
diff changeset
28 #extraction_interface=http://localgazetteers-test.mpiwg-berlin.mpg.de/extraction-interface