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

21 lines
552 B
Plaintext

## Virtual hosts configuration
hosts = {
'linuxfrsaml.local:8000': [
{
'path': r'/',
'target': 'http://linuxfr.org',
'mapping': 'rp_meyzieu.configs.linuxfr_saml_example.linuxfr_mapping'
},
],
}
## 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