Update config.rb

This commit is contained in:
Bai Long
2014-06-20 21:12:21 +08:00
parent c87b75d3cf
commit 35661ebcbf
+1 -1
View File
@@ -15,7 +15,7 @@ module Qiniu
class << self
DEFAULT_OPTIONS = {
:user_agent => 'QiniuRuby/' + Version.to_s + '('+RUBY_PLATFORM+')' + ' Ruby/'+ RUBY_VERSION,
:user_agent => 'QiniuRuby/' + Version.to_s + ' ('+RUBY_PLATFORM+')' + ' Ruby/'+ RUBY_VERSION,
:method => :post,
:content_type => 'application/x-www-form-urlencoded',
:auth_url => "https://acc.qbox.me/oauth2/token",