Add support for PHP array config files
- Add new base config files - Remove useless DIRECTORY_SEPARATOR instances
This commit is contained in:
12
config/addon-sample.config.php
Normal file
12
config/addon-sample.config.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// Addon configuration
|
||||
|
||||
// Copy this configuration file to addon.config.php and edit it if you want to configure addons, see below example for the twitter addon
|
||||
|
||||
return [
|
||||
'twitter' => [
|
||||
'consumerkey' => 'localhost',
|
||||
'consumersecret' => 'mysqlusername',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user