mv config.php to template
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 07 Apr 2011 13:52:33 +0200
changeset 115 04d2e318a2e4
parent 114 22465a62b9a8
child 116 9cafe2c0fb81
mv config.php to template
web/config.php
web/config.php.tmpl
--- a/web/config.php	Wed Apr 06 18:43:58 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-<?php
-
-/**
- * Please edit all for your application registration / other details
- * 
- */
-
-//define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
-define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/client.php');
-
-$configuration = array(
-  //  'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/callback.php',
-    'callbackUrl'    => 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/callback.php',
-    'siteUrl'        => 'http://twitter.com/oauth',
-    'consumerKey' 	 => '***REMOVED***',
-    'consumerSecret' => '***REMOVED***'
-);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/config.php.tmpl	Thu Apr 07 13:52:33 2011 +0200
@@ -0,0 +1,17 @@
+<?php
+
+/**
+ * Please edit all for your application registration / other details
+ * 
+ */
+
+//define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
+define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/client.php');
+
+$configuration = array(
+  //  'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/callback.php',
+    'callbackUrl'    => 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/callback.php',
+    'siteUrl'        => 'http://twitter.com/oauth',
+    'consumerKey' 	 => '***REMOVED***',
+    'consumerSecret' => '***REMOVED***'
+);