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/mandaye/skel/local_config.py.example

21 lines
560 B
Plaintext
Raw Normal View History

2014-04-17 19:56:08 +02:00
## Virtual hosts configuration
hosts = {{
2014-04-17 19:56:08 +02:00
'linuxfrsaml.local:8000': [
{{
2014-04-17 19:56:08 +02:00
'path': r'/',
'target': 'http://linuxfr.org',
'mapping': '{project_name}.configs.linuxfr_saml_example.linuxfr_mapping'
}},
2014-04-17 19:56:08 +02:00
],
}}
2014-04-17 19:56:08 +02:00
## SQL Backend config
# http://docs.sqlalchemy.org/en/rel_0_7/core/engines.html
# rfc 1738 https://tools.ietf.org/html/rfc1738
# dialect+driver://username:password@host:port/database
db_url = 'sqlite:///test.db'
## Logging configuration
debug = False