From: Zach Copley Date: Wed, 13 Oct 2010 00:54:42 +0000 (-0700) Subject: Default to ssl in oauth tests examples config X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2291d68e7019d04ae57f8cb408c42fc775a9a9ff;p=quix0rs-gnu-social.git Default to ssl in oauth tests examples config --- diff --git a/tests/oauth/oauth.ini.sample b/tests/oauth/oauth.ini.sample index 16b747fe43..927620e2f8 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"