Skip to content

Commit 05856e6

Browse files
docs: fix default value of OQT_CONFIG_PATH in docs
1 parent b876a77 commit 05856e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Below is a table listing all possible configuration variables.
1313
| Postgres Database | `POSTGRES_DB` | `postgres_db` | `oqt` | " |
1414
| Postgres User | `POSTGRES_USER` | `postgres_user` | `oqt` | " |
1515
| Postgres Password | `POSTGRES_PASSWORD` | `postgres_password` | `oqt` | " |
16-
| Configuration File Path | `OQT_CONFIG` | - | `workers/ohsome_quality_analyst/config/config.yaml` | Absolute path to the configuration file |
16+
| Configuration File Path | `OQT_CONFIG` | - | `workers/config/config.yaml` | Absolute path to the configuration file |
1717
| Data Directory | `OQT_DATA_DIR` | `data_dir` | `data/` | Absolute path to the directory for raster files |
1818
| Datasets and Features IDs | - | `datasets` | `[{"regions": {"default": "ogc_fid"}}]` | Dataset and Features Ids available in the database (see description below) |
1919
| Geometry Size Limit (km²) | `OQT_GEOM_SIZE_LIMIT` | `geom_size_limit` | `100` | Area restriction of the input geometry to the OQT API (sqkm) |

0 commit comments

Comments
 (0)