update confog.tmpl V05.000
authorymh <ymh.work@gmail.com>
Tue, 19 Jun 2018 00:08:44 +0200
changeset 1429 eb164bc67293
parent 1428 0f6497de52f6
child 1430 4d45b771b1a5
update confog.tmpl
web/config.php.tmpl
--- a/web/config.php.tmpl	Tue Jun 19 00:03:22 2018 +0200
+++ b/web/config.php.tmpl	Tue Jun 19 00:08:44 2018 +0200
@@ -13,11 +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'
-);
+define('CONSUMER_KEY', 'CONSUMER KEY');
+define('CONSUMER_SECRET', 'CONSUMER SECRET');
 
 $timezone = new DateTimeZone("Europe/Paris");
 $datetime = new DateTime("now",$timezone);