# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1302177153 -7200 # Node ID 04d2e318a2e4af0ce9435a72dbbc6b42a328e7b0 # Parent 22465a62b9a81f1d7b75aa80cb480415142dcab3 mv config.php to template diff -r 22465a62b9a8 -r 04d2e318a2e4 web/config.php --- 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 @@ - '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***' -); diff -r 22465a62b9a8 -r 04d2e318a2e4 web/config.php.tmpl --- /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 @@ + '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***' +);