Move All Configuration Options to bottom of Configuration page

Daniel Winning 2025-04-24 00:25:53 +01:00
parent 73c742c84e
commit 6663c1f7c8

@ -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` |