]> git.mxchange.org Git - friendica.git/blobdiff - config/addon-sample.config.php
Use Model\Photo as much as possible
[friendica.git] / config / addon-sample.config.php
index 2c88073c7ea52284195d94d9374ea4491acdef98..5159370c3a5fc880438aa23560a93eba8bf119e3 100644 (file)
@@ -1,12 +1,12 @@
-<?php\r
-\r
-// Addon configuration\r
-\r
-// Copy this configuration file to addon.config.php and edit it if you want to configure addons, see below example for the twitter addon\r
-\r
-return [\r
-       'twitter' => [\r
-               'consumerkey' => 'localhost',\r
-               'consumersecret' => 'mysqlusername',\r
-       ],\r
-];\r
+<?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' => '1234567890',
+               'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
+       ],
+];