toulouse-maelis: disable connecteur by default (#83025)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Nicolas Roche 2023-11-02 10:17:59 +01:00 committed by Nicolas Roche
parent 6c4fc4152d
commit b7b50717ca
2 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,7 @@ INSTALLED_APPS = (
PASSERELLE_APP_BDP_ENABLED = False
PASSERELLE_APP_GDC_ENABLED = False
PASSERELLE_APP_STRASBOURG_EU_ENABLED = False
PASSERELLE_APP_TOULOUSE_MAELIS_ENABLED = False
# mark some apps as legacy
PASSERELLE_APP_CLICRDV_LEGACY = True

View File

@ -49,6 +49,7 @@ INSTALLED_APPS += ( # noqa pylint: disable=undefined-variable
PASSERELLE_APP_BDP_ENABLED = True
PASSERELLE_APP_GDC_ENABLED = True
PASSERELLE_APP_STRASBOURG_EU_ENABLED = True
PASSERELLE_APP_TOULOUSE_MAELIS_ENABLED = True
TCL_URL_TEMPLATE = 'http://tcl.example.net/%s'
TCL_GEOJSON_URL_TEMPLATE = 'http://tcl.example.net/geojson/%s'