diff options
author | Zach Copley <zach@status.net> | 2010-10-12 17:54:42 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-12 17:54:54 -0700 |
commit | 2291d68e7019d04ae57f8cb408c42fc775a9a9ff (patch) | |
tree | 4812c8cf320a2f1105f37fb3131869b595a1497c | |
parent | 04f3f57e2eed2a7757b3dd2bf5afc4926dd0961b (diff) |
Default to ssl in oauth tests examples config
-rw-r--r-- | tests/oauth/oauth.ini.sample | 2 |
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" |