]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Rename oauth.ini example to oauth.ini.sample
authorZach Copley <zach@status.net>
Fri, 8 Oct 2010 02:43:55 +0000 (19:43 -0700)
committerZach Copley <zach@status.net>
Fri, 8 Oct 2010 02:43:55 +0000 (19:43 -0700)
tests/oauth/oauth.ini [deleted file]
tests/oauth/oauth.ini.sample [new file with mode: 0644]

diff --git a/tests/oauth/oauth.ini b/tests/oauth/oauth.ini
deleted file mode 100644 (file)
index 16b747f..0000000
+++ /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 (file)
index 0000000..16b747f
--- /dev/null
@@ -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"
+