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-vincennes/config.ini

33 lines
868 B
INI

[database]
; http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html
url: postgresql://mandaye-vincennes@/mandaye_vincennes
[dirs]
config_root: /etc/mandaye-vincennes/sites-enabled
data_dir: /var/lib/mandaye-vincennes/data
static_root: /usr/share/mandaye-vincennes/static
[mandaye]
; if you want to encypt password set to true
; you need to install pycrypto for this feature
encrypt_sp_password: false
; if encrypt_sp_password then you need to choose a secret
; must be a 16, 24, or 32 bytes long
encrypt_secret:
[debug]
debug: false
log_debug: false
use_long_trace: true
; you need to install python-raven for this feature
sentry_dsn:
[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-vincennes/sessions