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

73 lines
1.7 KiB
INI

[DEFAULT]
base_dir: .
[database]
; http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html
url: sqlite:///%(base_dir)s/mandaye_vincennes.db
[ldap]
; use by ldap backend
url: ldap://127.0.0.1
bind_dn: cn=admin,dc=acompany,dc=org
bind_password: AdminPassword
base_dn: ou=mandaye,dc=acompany,dc=org
[dirs]
module_name: mandaye_vincennes
config_root: %(base_dir)s/conf.d
data_dir: %(base_dir)s/data
static_root: %(base_dir)s/mandaye_vincennes/static
static_url: /mandaye/static
templates_directories:
[debug]
debug: false
use_long_trace: true
log_debug: false
; you need to install python-raven for this feature
sentry_dsn:
[mandaye]
toolbar: true
offline_toolbar: false
a2_auto_connection: true
; sql or ldap
storage_backend: ldap
auto_decompress: true
; 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:
[mappers]
biblio: mandaye_vincennes.mappers.biblio_vincennes
duonet: mandaye_vincennes.mappers.duonet_vincennes
espace_famille: mandaye_vincennes.mappers.famille_vincennes
[authentifications]
saml2_espace_famille: mandaye_vincennes.auth.espacefamille.EspaceFamilleAuth
[template_vars]
wcs_url: https://demarches.vincennes.fr
site_url: https://www.vincennes.fr
idp_url: https://connexion.vincennes.fr
[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: %(base_dir)s/data
[email]
notification: false
prefix: [Mandaye Vincennes]
smtp_host: localhost
smtp_port: 25
from: traceback@entrouvert.com
to: admin+mandaye-mandaye_vincennes@entrouvert.com