diff --git a/Configuration.md b/Configuration.md index 819897d..4867307 100644 --- a/Configuration.md +++ b/Configuration.md @@ -12,14 +12,6 @@ This document explains the different ways to configure your project environments The default configuration for Spinner environments can be found at [config/spinner.yaml](https://forge.winningsoftware.co.uk/LoomLabs/spinner/src/branch/main/config/spinner.yaml) in the Spinner repository. -## All Configuration Options - -| Option | Config Key | Accepted Values | -|----------------------|---------------------------------------|---------------------------------------------------| -| `--php` | `environment.php.version` | Any PHP version with a valid PHP FPM Docker Image | -| `--disable-database` | `environment.database.enabled: false` | None in CLI / `true`/`false` in `spinner.yaml` | - - # Custom Configuration ## Argument Priority @@ -37,4 +29,11 @@ the flag you passed in. ## Using Custom Configuration +## All Configuration Options + +| Option | Config Key | Accepted Values | +|----------------------|---------------------------------------|---------------------------------------------------| +| `--php` | `environment.php.version` | Any PHP version with a valid PHP FPM Docker Image | +| `--disable-database` | `environment.database.enabled: false` | None in CLI / `true`/`false` in `spinner.yaml` | +