Skip to content

Commit

Permalink
doc: met à jour l'example de documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Squelbut committed Mar 8, 2022
1 parent fbf68f3 commit 5751d08
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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"
}

0 comments on commit 5751d08

Please sign in to comment.