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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue