view cmd/gemma/gemma.toml.example @ 413:a9440a4826aa

refactor: display errormessages refactored to own lib
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 15 Aug 2018 17:13:28 +0200
parents dabe189369ad
children 0fcbdb4539d1
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 = 465
#mail-user = "gemma"

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