Default to ssl in oauth tests examples config

This commit is contained in:
Zach Copley 2010-10-12 17:54:42 -07:00
parent 04f3f57e2e
commit 2291d68e70
1 changed files with 1 additions and 1 deletions

View File

@ -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"