| changeset 1425 | 99671a4d5274 |
| parent 1245 | 83a59592b274 |
| child 1427 | 8b3d57a519eb |
--- a/web/config.php.tmpl Thu Jun 14 18:13:24 2018 +0200 +++ b/web/config.php.tmpl Fri Jun 15 11:08:31 2018 +0200 @@ -13,3 +13,8 @@ $C_default_registry = 'cdn'; $C_event_users = array('polemictweet' => 'polemictweet'.date('Y/m/d')); +$configuration = array( + 'siteUrl' => 'https://api.twitter.com/oauth', + 'consumerKey' => 'CONSUMER KEY', + 'consumerSecret' => 'CONSUMER SECRET' +);