changeset 480:0fcbdb4539d1

Update example configuration
author Tom Gottfried <tom@intevation.de>
date Thu, 23 Aug 2018 18:40:34 +0200
parents fce16726f51d
children d68dfbe768e2
files cmd/gemma/gemma.toml.example
diffstat 1 files changed, 19 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/cmd/gemma/gemma.toml.example	Thu Aug 23 17:55:41 2018 +0200
+++ b/cmd/gemma/gemma.toml.example	Thu Aug 23 18:40:34 2018 +0200
@@ -23,11 +23,8 @@
 #dbname = "gemma"
 #dbport = 5432
 #dbssl = "prefer"
-
-# Database account to use for service tasks
-# (like password reset):
-service-user = "gemma_service"
-#service-password = "SECRET"
+metamorph-db-user = "meta_login"
+#metamorph-db-password = "SECRET"
 
 # ----------------------------------------------------------------------
 # Mail setup:
@@ -41,3 +38,20 @@
 # Client data to use:
 #mail-from = "noreplay@localhost"
 #mail-helo = "localhost"
+
+# ----------------------------------------------------------------------
+# OGC services setup:
+
+# Connection to GeoServer instance for internal OGC services
+#geoserver-url = "http://localhost:8080/geoserver"
+#geoserver-user = "admin"
+#geoserver-password = "geoserver"
+
+# Proxy settings for external OGC services
+#proxy-key = "SECRET"
+#proxy-prefix = "http://localhost:8000"
+
+# ----------------------------------------------------------------------
+# CORS setup:
+
+#allowed-origins = "http://example.com"