diff --git a/Configuration.md b/Configuration.md index 4867307..f9ec2c8 100644 --- a/Configuration.md +++ b/Configuration.md @@ -31,9 +31,9 @@ the flag you passed in. ## 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` | +| 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` |