From: Zach Copley Date: Fri, 8 Oct 2010 02:43:55 +0000 (-0700) Subject: Rename oauth.ini example to oauth.ini.sample X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=590d96f70e79e371610633e48497e14b5e6bc445;p=quix0rs-gnu-social.git Rename oauth.ini example to oauth.ini.sample --- diff --git a/tests/oauth/oauth.ini b/tests/oauth/oauth.ini deleted file mode 100644 index 16b747fe43..0000000000 --- a/tests/oauth/oauth.ini +++ /dev/null @@ -1,10 +0,0 @@ -; Setup OAuth info here -apiroot = "http://YOURSTATUSNET/api" - -request_token_url = "/oauth/request_token" -authorize_url = "/oauth/authorize" -access_token_url = "/oauth/access_token" - -consumer_key = "b748968e9bea81a53f3a3c15aa0c686f" -consumer_secret = "5434e18cce05d9e53cdd48029a62fa41" - diff --git a/tests/oauth/oauth.ini.sample b/tests/oauth/oauth.ini.sample new file mode 100644 index 0000000000..16b747fe43 --- /dev/null +++ b/tests/oauth/oauth.ini.sample @@ -0,0 +1,10 @@ +; Setup OAuth info here +apiroot = "http://YOURSTATUSNET/api" + +request_token_url = "/oauth/request_token" +authorize_url = "/oauth/authorize" +access_token_url = "/oauth/access_token" + +consumer_key = "b748968e9bea81a53f3a3c15aa0c686f" +consumer_secret = "5434e18cce05d9e53cdd48029a62fa41" +