annotate src/main/resources/config.properties @ 58:b8ad346e39a0

new: modify based on doc 'Improving LGServices interface.docx': user workflow improvement, functions like adding task into a topic and search suggestions.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 02 May 2016 12:03:30 +0200
parents 5cbe567a9c52
children 824b808a7481
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_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
2 files_root=/gazetteer-server/data
39
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
3 ftsearch_root=/gazetteer-server/ftsearch-data
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
4
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
36
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
7 db_gazetter_username=root
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
8 db_gazetter_password=root
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
9 dvn_server=http://localhost:8082
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
10 dvn_apitoken=9dd1f749-8c42-49ab-a2ba-fbb963c2ff90
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
11 dv_id=2
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
12 root_server=http://localhost:8080/LGServices
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
13 toc_interface=http://localhost:1080/localgazetteers-dev/LGToc
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
14 extraction_interface=http://localhost:1080/localgazetteers-dev/extraction-interface
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
15 localgazetteers_dvId=185
39
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
16 lgmap=http://localhost:1080/localgazetteers-dev/LGMap/map.php?mode=1
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
17 lgmap_datasets=/Applications/MAMP/htdocs/localgazetteers-dev/LGMap/datasets
14
3387d855a194 new: toc status in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 13
diff changeset
18
57
5cbe567a9c52 new: a link to view section text in ext-interface on full text searching page. bug fixed: a default topicId passed when doing search and full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 39
diff changeset
19
20
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
20 # Production one:
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
21 #localgazetteers-dev -> localgazetteers
30
ab2fae5c5156 new: check our Chinese Local Gazetteers dataverse for login
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 27
diff changeset
22 #db_gazetter_username=root
ab2fae5c5156 new: check our Chinese Local Gazetteers dataverse for login
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 27
diff changeset
23 #db_gazetter_password=admin
34
2e1662afc81c new: add synchronization for files uploaded to LGDataverse
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 30
diff changeset
24 #dvn_server=http://dvn.localgazetteers.mpiwg-berlin.mpg.de
2e1662afc81c new: add synchronization for files uploaded to LGDataverse
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 30
diff changeset
25 #dvn_apitoken=
2e1662afc81c new: add synchronization for files uploaded to LGDataverse
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 30
diff changeset
26 #dv_id=1
24
07f7594ba56e add filters to lastEditor and editTime in books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 23
diff changeset
27 #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
28 #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
29 #extraction_interface=http://localgazetteers.mpiwg-berlin.mpg.de/extraction-interface
39
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
30 #lgmap=http://localgazetteers.mpiwg-berlin.mpg.de/LGMap/map.php?mode=1
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
31 #lgmap_datasets=/var/www/html/LGMap/datasets
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
32
1
1af9d7db348e Changes in the pom configuration
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents: 0
diff changeset
33
20
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
34 # Development one:
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
35 #localgazetteers -> localgazetteers-test
36
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
36 #db_gazetter_username=root
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
37 #db_gazetter_password=admin
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
38 #dvn_server=http://dvn.localgazetteers-test.mpiwg-berlin.mpg.de
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
39 #dvn_apitoken=6acf9525-faba-4ea6-bfff-f83b44386c62
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
40 #dv_id=1
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
41 #root_server=http://localgazetteers-test.mpiwg-berlin.mpg.de/LGServices
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
42 #toc_interface=http://localgazetteers-test.mpiwg-berlin.mpg.de/LGToc
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
43 #extraction_interface=http://localgazetteers-test.mpiwg-berlin.mpg.de/extraction-interface
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
44 #localgazetteers_dvId=2
39
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
45 #lgmap=http://localgazetteers-test.mpiwg-berlin.mpg.de/LGMap/map.php?mode=1
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
46 #lgmap_datasets=/var/www/html/LGMap/datasets