File "config.php"

Full Path: /var/www/vhosts/hogsandbbqs.co.uk/httpdocs/api/js/php/config.php
File size: 476 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
  /**
  * Tweetie Config
  */

  // Consumer Key
  define('CONSUMER_KEY', '5lBLmxvrzhlZGTxcz6RkF1Med');
  define('CONSUMER_SECRET', 'V0uOfFo6ESoSJNVy4Y8XbUw1JZrR0k75dqEMvZrhTWHtjwuVEF');

  // User Access Token
  define('ACCESS_TOKEN', '19443134-Ail1hWZeskhEe2AKuthkkSHwsoomtBqhkErEMKYhe');
  define('ACCESS_SECRET', 'XGoWJEKgWoI4zi20qew72HuKATv3BUrgq2kYsXITYuc1x');

  // Cache Settings
  define('CACHE_ENABLED', false);
  define('CACHE_LIFETIME', 3600); // in seconds