annotate src/main/resources/config.properties @ 63:fc5116de601f

config to SBB server
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 25 Jul 2016 11:14:59 +0200
parents 824b808a7481
children 92cb98332794
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 files_root=/gazetteer-server/data
39
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
2 ftsearch_root=/gazetteer-server/ftsearch-data
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
3
1
1af9d7db348e Changes in the pom configuration
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents: 0
diff changeset
4
63
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
5 # production server, test server, and local machine
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
6 #db_gazetter_name=Gazetteer
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
7
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
8 # SBB server:
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
9 db_gazetter_name=gazetteer
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
10 db_gazetter_username=gazetteer
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
11 db_gazetter_password=R-9C7Bmx%2
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
12
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
13
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
14
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
15 # -----
1
1af9d7db348e Changes in the pom configuration
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents: 0
diff changeset
16 #Local
63
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
17 #db_gazetter_username=root
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
18 #db_gazetter_password=root
fc5116de601f config to SBB server
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 62
diff changeset
19
36
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
20 dvn_server=http://localhost:8082
62
824b808a7481 improvements and bug fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 57
diff changeset
21 dvn_apitoken=ceaee8bb-483c-42c6-841a-f9ad9c39bdb4
36
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
22 dv_id=2
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
23 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
24 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
25 extraction_interface=http://localhost:1080/localgazetteers-dev/extraction-interface
62
824b808a7481 improvements and bug fixed
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 57
diff changeset
26 localgazetteers_dvId=226
39
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
27 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
28 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
29
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
30
20
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
31 # Production one:
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
32 #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
33 #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
34 #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
35 #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
36 #dvn_apitoken=
2e1662afc81c new: add synchronization for files uploaded to LGDataverse
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 30
diff changeset
37 #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
38 #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
39 #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
40 #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
41 #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
42 #lgmap_datasets=/var/www/html/LGMap/datasets
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
43
1
1af9d7db348e Changes in the pom configuration
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents: 0
diff changeset
44
20
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
45 # Development one:
996f8f1b69db little modification on books page
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 14
diff changeset
46 #localgazetteers -> localgazetteers-test
36
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
47 #db_gazetter_username=root
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
48 #db_gazetter_password=admin
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
49 #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
50 #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
51 #dv_id=1
eab47936591a apply scrollbar to other tables as well
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 35
diff changeset
52 #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
53 #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
54 #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
55 #localgazetteers_dvId=2
39
37840afb7b80 new: full text search
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents: 36
diff changeset
56 #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
57 #lgmap_datasets=/var/www/html/LGMap/datasets