diff --git a/config.toml.example b/config.toml.example index 561a5ddd..7107e55d 100644 --- a/config.toml.example +++ b/config.toml.example @@ -55,7 +55,42 @@ wekanMgoURL = "mongodb://mongo:password@localhost/test" docxifyPath = "./docxify3.py" docxifyWorkingDir = "/foo/bar" docxifyPython = "/usr/bin/python3" -defaultConfidentialite = "secret" -sireneULPath = "/foo/bar/StockUniteLegale_utf8.zip" -geoSirenePath = "/foo/bar/StockEtablissement_utf8_geo.csv.gz" \ No newline at end of file +wekanRegions = { + "tableau-crp-la-reunion" = "La Réunion crp", + "tableau-crp-ara" = "Auvergne-Rhône-Alpes crp", + "tableau-crp-bfc"= "Bourgogne-Franche-Comté crp", + "tableau-crp-pdl" = "Pays de la Loire crp", + "tableau-crp-paca" = "Provence-Alpes-Côte d'Azur crp", + "tableau-crp-corse" = "Corse crp", + "tableau-crp-oc" = "Occitanie crp", + "tableau-crp-martinique" = "Martinique crp", + "tableau-crp-mayotte" = "Mayotte crp", + "tableau-crp-ge" = "Grand Est crp", + "tableau-crp-bret" = "Bretagne crp", + "tableau-crp-guadeloupe" = "Guadeloupe crp", + "tableau-crp-cvl" = "Centre-Val de Loire crp", + "tableau-crp-norm" = "Normandie crp", + "tableau-crp-hdf" = "Hauts-de-France crp", + "tableau-crp-na" = "Nouvelle-Aquitaine crp", + "tableau-crp-idf" = "Île-de-France crp", + "tableau-crp-guyane" = "Guyane crp", + "tableau-darp-la-reunion" = "La Réunion darp", + "tableau-darp-ara" = "Auvergne-Rhône-Alpes darp", + "tableau-darp-bfc"= "Bourgogne-Franche-Comté darp", + "tableau-darp-pdl" = "Pays de la Loire darp", + "tableau-darp-paca" = "Provence-Alpes-Côte d'Azur darp", + "tableau-darp-corse" = "Corse darp", + "tableau-darp-oc" = "Occitanie darp", + "tableau-darp-martinique" = "Martinique darp", + "tableau-darp-mayotte" = "Mayotte darp", + "tableau-darp-ge" = "Grand Est darp", + "tableau-darp-bret" = "Bretagne darp", + "tableau-darp-guadeloupe" = "Guadeloupe darp", + "tableau-darp-cvl" = "Centre-Val de Loire darp", + "tableau-darp-norm" = "Normandie darp", + "tableau-darp-hdf" = "Hauts-de-France darp", + "tableau-darp-na" = "Nouvelle-Aquitaine darp", + "tableau-darp-idf" = "Île-de-France darp", + "tableau-darp-guyane" = "Guyane darp" +} \ No newline at end of file