1 # Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by the specified environment variable.
2 # See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables
4 static-dir: "_env:STATIC_DIR:static"
5 host: "_env:HOST:*4" # any IPv4 host
7 approot: "_env:APPROOT:http://localhost:3000"
8 ip-from-header: "_env:IP_FROM_HEADER:false"
10 # Optional values with the following production defaults.
11 # In development, they default to the inverse.
14 # detailed-logging: false
15 # should-log-all: false
16 # reload-templates: false
17 # mutable-static: false
18 # skip-combining: false
21 database: "_env:SQLITE_DATABASE:hcompta-web.sqlite3"
22 poolsize: "_env:SQLITE_POOLSIZE:10"
24 copyright: Insert copyright statement here
25 #analytics: UA-YOURCODE