Skip to content

Commit

Permalink
docs(params): ajout CREATE_DB
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Jun 10, 2024
1 parent dc9d310 commit 2a13bc6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@

La connexion à la base de données s'appuie sur les variables d'environnements standards de PostgreSQL (PGHOST, PGPORT, PGUSER, PGPASSWORD, PGDATABASE,...).

| Variable | Description | Valeur par défaut |
| ------------------ | --------------------------------------------------------- | ---------------------------------------------------------- |
| **OSM_PLANET_URL** | URL du fichier PBF pour [import.sh](import.sh) | https://download.geofabrik.de/europe/monaco-latest.osm.pbf |
| OSM_DATA_DIR | Dossier de téléchargement des données | `./data` |
| CACHE_SIZE | Permet d'adapter la taille du cache pour les noeuds | `2000` (1) |
| USE_FLAT_NODES | Permet d'activer `--flat-nodes=${OSM_DATA_DIR}/nodes.raw` | `0` (2) |
| Variable | Description | Valeur par défaut |
| ------------------ | ------------------------------------------------------------------ | ---------------------------------------------------------- |
| **OSM_PLANET_URL** | URL du fichier PBF pour [import.sh](import.sh) | https://download.geofabrik.de/europe/monaco-latest.osm.pbf |
| OSM_DATA_DIR | Dossier de téléchargement des données | `./data` |
| CACHE_SIZE | Permet d'adapter la taille du cache pour les noeuds | `2000` (1) |
| USE_FLAT_NODES | Permet d'activer `--flat-nodes=${OSM_DATA_DIR}/nodes.raw` | `0` (2) |
| CREATE_DB | Permet de désactiver la création automatique de la base de données | `0` |

Remarques :

Expand Down

0 comments on commit 2a13bc6

Please sign in to comment.