feat: change config file format to yaml
- docs: add link to yaml.org BREAKING: The `ini` configuration file format changed to `yml`. Please rewrite your configuration file using the yaml format.
This commit is contained in:
parent
5d902ef962
commit
e4439390fe
11 changed files with 121 additions and 139 deletions
|
@ -18,6 +18,16 @@ The LibreTime project wants to thank the following contributors for authoring PR
|
|||
|
||||
## :arrow_up: Upgrading
|
||||
|
||||
### New configuration file
|
||||
|
||||
:::caution
|
||||
|
||||
Please run this **before the upgrade procedure**!
|
||||
|
||||
:::
|
||||
|
||||
The configuration file format changed to `yml`. Please rewrite your [configuration file](../admin-manual/setup/configuration.md) using the [yaml format](https://yaml.org/).
|
||||
|
||||
### Apache and PHP configuration files
|
||||
|
||||
:::caution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue