Skip to content

Commit be2eae5

Browse files
committed
reorder tables
1 parent 1524213 commit be2eae5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
MDIO can be configured using environment variables to customize behavior for import, export,
1212
and validation operations. These variables provide runtime control without requiring code changes.
13-
You can find a summary of the available variables below.
13+
You can find a summary of the available variables and their defaults below.
1414

1515
| **Variable** | **Type** | **Default** |
1616
| ------------------------------------- | -------- | -------------------------------- |
@@ -20,9 +20,8 @@ You can find a summary of the available variables below.
2020
| `MDIO__GRID__SPARSITY_RATIO_LIMIT` | `float` | `10.0` |
2121
| `MDIO__IMPORT__SAVE_SEGY_FILE_HEADER` | `bool` | `False` |
2222
| `MDIO__IMPORT__CLOUD_NATIVE` | `bool` | `False` |
23-
| `MDIO_IGNORE_CHECKS` | `bool` | `False` |
2423
| `MDIO__IMPORT__RAW_HEADERS` | `bool` | `False` |
25-
| | | |
24+
| `MDIO_IGNORE_CHECKS` | `bool` | `False` |
2625

2726
## CPU and Performance
2827

0 commit comments

Comments
 (0)