This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandaye-cud/config.ini

28 lines
652 B
INI

[database]
; http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html
url: postgresql://mandaye-cud@/mandaye-cud
[dirs]
config_root: /etc/mandaye-cud/sites-enabled
data_dir: /var/lib/mandaye-cud/data
static_root: /usr/share/mandaye-cud/static
[debug]
debug: false
use_long_trace: true
log_debug: false
; you need to install python-raven for this feature
sentry_dsn:
[template_vars]
idp_url: https://idp-cud.dev.entrouvert.org
[session]
file, dbm, memory or memcached
; ; if memcached you need to install python-memcached and memcached
type: memcached
url: 127.0.0.1:11211
cookie_expires: true
timeout: 3600
data_dir: /var/lib/mandaye-cud/sessions