view example_conf.toml @ 353:a80e589c5ade

fix: Fix broken environment variable setting In order to use .env variables with vue-cli it is necessary to adhere to the naming convention VUE_$VARNAME. See issue90.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 07 Aug 2018 13:57:31 +0200
parents 1a2dfd9351e9
children 41b37a531843
line wrap: on
line source

dbhost = "gemma_db"
service-user = "paul"
service-password = "pw2Reset4"
host = "0.0.0.0"
sessions = "/tmp/gemma_session.data"
web = "./web"