Skip to content

Commit

Permalink
changed order
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdiez-at committed Aug 29, 2024
1 parent a968b72 commit 4632aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user_guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ prefix: **`TIPG_`**

- **DATETIME_EXTENT** (bool): Fetch datetime extent by going throught all rows. Default is `True`
- **FALLBACK_KEY_NAMES** (list of string): Primary Key names to look for in the tables. Default is `["ogc_fid", "id", "pkey", "gid"]`
- **SORT_COLUMNS** (bool): Sort the `columns` for a table alphabetically. Default is `True`.
- **TABLE_CONFIG** (dict of `TableConfig`)
- **TABLE_CONFIG_ _ {schemaId}_{tableId} _ _GEOMCOL** (str): Table's geometry/geography column name
- **TABLE_CONFIG_ _ {schemaId}_{tableId} _ _DATETIMECOL** (str): Table's datetime column name
- **TABLE_CONFIG_ _ {schemaId}_{tableId} _ _PK** (str): Table's primary key
- **TABLE_CONFIG_ _ {schemaId}_{tableId} _ _PROPERTIES** (list of string): Select specific properties from table (for filtering and output)
- **SORT_COLUMNS** (bool): Sort the `columns` for a table alphabetically. Default is `True`.

```bash
TIPG_TABLE_CONFIG__pgstac_items__PK=id
Expand Down

0 comments on commit 4632aa8

Please sign in to comment.