custom_settings: provide thorough A2_CUT_PARTNERS entries (#73170)

more closely matching the custom entries in the test & production
    tenants json configuration (/var/lib/authentic2-multenant/tenants/)
This commit is contained in:
Paul Marillonnet 2023-01-12 11:37:46 +01:00
parent 46918eaec0
commit 25e7948951
1 changed files with 5 additions and 1 deletions

View File

@ -39,11 +39,15 @@ A2_RBAC_MANAGED_CONTENT_TYPES = ()
A2_CUT_PARTNERS = [
{
'domains': ['.lyon.fr'],
'url': 'www.lyon.fr',
'name': 'Ville de Lyon',
'stat_emails': ['lyon@example.com'],
},
{
'domains': ['.entrouvert.org'],
'name': 'Ville de Lyon',
'url': 'www.entrouvert.org',
'name': 'Entrouvert',
'stat_emails': ['entrouvert@example.com'],
},
]