summaryrefslogtreecommitdiffstats
path: root/petascope/settings.properties
blob: 6d5b40d5ad0a021bc6bcd9af09bd8e7610a82c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# ---------------------------------------------------------------------
# settings.properties
#
# PetaScope configuration file
#
# Important note:
# Parameters marked "yes" in item "need to adapt" MUST be configured
# to meaningful values during installation, they CAN NOT be used as is!
# ---------------------------------------------------------------------

# parameter:     metadata_driver
# purpose:       name of DBMS driver to be loaded
# need to adapt: no
metadata_driver=org.postgresql.Driver

# parameter:     metadata_url
# purpose:       JDBC URL of database serving PetaScope metadata
#			 recommendation: use default values on a default Postgresql 
#			 installation, and DB name petascopedb
# need to adapt: yes
metadata_url=jdbc:postgresql://localhost:5432/petascopedb

# parameter:     metadata_user
# purpose:       DBMS login under which servlet has r/w access
#                to PetaScope metadata;
#                	recommendation: establish a dedicated user
# need to adapt: yes
metadata_user=petauser

# parameter:     metadata_pass
# purpose:       password for DBMS login, as above
# need to adapt: yes
metadata_pass=petapasswd

# parameter:     rasdaman_url
# purpose:       URL of rasdaman database serving PetaScope raster data
# need to adapt: yes
rasdaman_url=http://localhost:7001

# parameter:     rasdaman_database
# purpose:       name of rasdaman database serving PetaScope raster data
#                recommendation: use rasdaman standard name, RASBASE
# need to adapt: no
rasdaman_database=RASBASE

# parameter:	 servlet_info
# purpose:	 description text about the servlet
# need to adapt: no
servlet_info=PetaScope (Developed at Jacobs University)

# parameter:	 print_log
# purpose:	 print log messages to the tomcat log files? "true" or "false"
# need to adapt: no
print_log=true

# parameter:	 print_output
# purpose:	 print status messages to standard out? "true" or "false"
# need to adapt: no
print_output=true

# ---------------------------------------------------------------------
# Settings for the WCS-T Server
# ---------------------------------------------------------------------

# parameter:     wcst_version
# purpose:       version of WCS-T standard implemented
# need to adapt: no
wcst_version=1.1.4

# parameter:     wcst_language
# purpose:       language accepted by the server
# need to adapt: no
wcst_language=en