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