summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-10-12 17:54:42 -0700
committerZach Copley <zach@status.net>2010-10-12 17:54:54 -0700
commit2291d68e7019d04ae57f8cb408c42fc775a9a9ff (patch)
tree4812c8cf320a2f1105f37fb3131869b595a1497c /tests
parent04f3f57e2eed2a7757b3dd2bf5afc4926dd0961b (diff)
Default to ssl in oauth tests examples config
Diffstat (limited to 'tests')
-rw-r--r--tests/oauth/oauth.ini.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth/oauth.ini.sample b/tests/oauth/oauth.ini.sample
index 16b747fe4..927620e2f 100644
--- a/tests/oauth/oauth.ini.sample
+++ b/tests/oauth/oauth.ini.sample
@@ -1,5 +1,5 @@
; Setup OAuth info here
-apiroot = "http://YOURSTATUSNET/api"
+apiroot = "https://YOURSTATUSNET/api"
request_token_url = "/oauth/request_token"
authorize_url = "/oauth/authorize"