comparison cmd/gemma/gemma.toml.example @ 480:0fcbdb4539d1

Update example configuration
author Tom Gottfried <tom@intevation.de>
date Thu, 23 Aug 2018 18:40:34 +0200
parents dabe189369ad
children
comparison
equal deleted inserted replaced
479:fce16726f51d 480:0fcbdb4539d1
21 # DB connection configuration: 21 # DB connection configuration:
22 #dbhost = "localhost" 22 #dbhost = "localhost"
23 #dbname = "gemma" 23 #dbname = "gemma"
24 #dbport = 5432 24 #dbport = 5432
25 #dbssl = "prefer" 25 #dbssl = "prefer"
26 26 metamorph-db-user = "meta_login"
27 # Database account to use for service tasks 27 #metamorph-db-password = "SECRET"
28 # (like password reset):
29 service-user = "gemma_service"
30 #service-password = "SECRET"
31 28
32 # ---------------------------------------------------------------------- 29 # ----------------------------------------------------------------------
33 # Mail setup: 30 # Mail setup:
34 31
35 # SMTP connection configuration: 32 # SMTP connection configuration:
39 #mail-user = "gemma" 36 #mail-user = "gemma"
40 37
41 # Client data to use: 38 # Client data to use:
42 #mail-from = "noreplay@localhost" 39 #mail-from = "noreplay@localhost"
43 #mail-helo = "localhost" 40 #mail-helo = "localhost"
41
42 # ----------------------------------------------------------------------
43 # OGC services setup:
44
45 # Connection to GeoServer instance for internal OGC services
46 #geoserver-url = "http://localhost:8080/geoserver"
47 #geoserver-user = "admin"
48 #geoserver-password = "geoserver"
49
50 # Proxy settings for external OGC services
51 #proxy-key = "SECRET"
52 #proxy-prefix = "http://localhost:8000"
53
54 # ----------------------------------------------------------------------
55 # CORS setup:
56
57 #allowed-origins = "http://example.com"