Move All Configuration Options to bottom of Configuration page
parent
73c742c84e
commit
6663c1f7c8
1 changed files with 7 additions and 8 deletions
|
@ -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` |
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue