mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Add info about default values being changed and the addition of the templates feature to BunkerWeb in upgrading.md
This commit is contained in:
parent
9fd81cecb0
commit
09aa6a7514
1 changed files with 8 additions and 0 deletions
|
|
@ -406,6 +406,14 @@ While the settings are now declared on the Scheduler container, **you'll still n
|
|||
|
||||
Every api related setting that you declare on the BunkerWeb container **have to be mirrored on the Scheduler container** so that it keeps working, as the configuration will be overwritten by the Scheduler's generated configuration.
|
||||
|
||||
### Default values and new settings
|
||||
|
||||
The default value of some settings have changed and we have added many other settings, we recommend you read the [security tuning](security-tuning.md) and [settings](settings.md) sections of the documentation.
|
||||
|
||||
### Templates
|
||||
|
||||
We added a new feature called **templates**. Templates provide a structured and standardized approach to defining settings and custom configurations, check the [concepts/templates](concepts.md#templates) section for more information.
|
||||
|
||||
## Upgrade from 1.4.X
|
||||
|
||||
!!! warning "Read this if you were a 1.4.X user"
|
||||
|
|
|
|||
Loading…
Reference in a new issue