summaryrefslogtreecommitdiffstats
path: root/petascope/settings.properties
diff options
context:
space:
mode:
authorDimitar Misev <dimitar@debian.(none)>2011-02-05 22:44:35 +0100
committerwww-data <www-data@ubuntu.localdomain>2011-02-16 10:01:49 +0100
commit3d356cc9ef7b1055242256c00a2e6b93b5462880 (patch)
tree977d6292418f8bce19632e10e13ac39da617c226 /petascope/settings.properties
parent054f18a0e07c429609aae393f6bde67f21f9b82c (diff)
downloadrasdaman-upstream-3d356cc9ef7b1055242256c00a2e6b93b5462880.tar.gz
rasdaman-upstream-3d356cc9ef7b1055242256c00a2e6b93b5462880.tar.xz
rasdaman-upstream-3d356cc9ef7b1055242256c00a2e6b93b5462880.zip
WCS 2.0 implementation in PetascopeHEADmaster
Diffstat (limited to 'petascope/settings.properties')
-rw-r--r--petascope/settings.properties73
1 files changed, 0 insertions, 73 deletions
diff --git a/petascope/settings.properties b/petascope/settings.properties
deleted file mode 100644
index 6d5b40d..0000000
--- a/petascope/settings.properties
+++ /dev/null
@@ -1,73 +0,0 @@
-# ---------------------------------------------------------------------
-# 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