view cmd/gemma/gemma.toml.example @ 335:bd292a554b6e

Made gemma a WFS proxy.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 03 Aug 2018 17:58:51 +0200
parents fd04bccae6ca
children dabe189369ad
line wrap: on
line source

# ----------------------------------------------------------------------
# Example configuration for gemma back end
# ----------------------------------------------------------------------

# ----------------------------------------------------------------------
# Basic Setup:

# Host and port to listen on:
#host = "localhost"
#port = "8000"

# Where to find the data of the web client (SPA) to serve:
web = "./web"

# File to persist session data:
sessions = "session.data"

# ----------------------------------------------------------------------
# Database:

# DB connection configuration:
#dbhost = "localhost"
#dbname = "gemma"
#dbport = "5432"
#dbssl = "prefer"

# Database account to use for service tasks
# (like password reset):
service-user = "gemma_service"
#service-password = "SECRET"

# ----------------------------------------------------------------------
# Mail setup:

# SMTP connection configuration:
#mail-host = "localhost"
#mail-password = "SECRET"
#mail-port = "464"
#mail-user = "gemma"

# Client data to use:
#mail-from = "noreplay@localhost"
#mail-helo = "localhost"