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:
jo 2022-06-06 17:09:25 +02:00 committed by Kyle Robbertze
parent e4439390fe
commit 604ff20239
23 changed files with 40 additions and 34 deletions

View file

@ -10,10 +10,10 @@
*/
class RabbitMQSetup extends Setup
{
// airtime.conf section header
// config.yml section header
protected static $_section = '[rabbitmq]';
// Array of key->value pairs for airtime.conf
// Array of key->value pairs for config.yml
protected static $_properties;
// Constant form field names for passing errors back to the front-end