feat: change config filename to config.yml
BREAKING: The configuration file name changed from `airtime.conf` to `config.yml`. Please rename your configuration file accordingly.
This commit is contained in:
parent
e4439390fe
commit
604ff20239
23 changed files with 40 additions and 34 deletions
|
@ -26,6 +26,12 @@ Please run this **before the upgrade procedure**!
|
|||
|
||||
:::
|
||||
|
||||
The configuration file name changed from `airtime.conf` to `config.yml`. Please rename your configuration file using the following command:
|
||||
|
||||
```bash
|
||||
sudo mv /etc/airtime/airtime.conf /etc/airtime/config.yml
|
||||
```
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue