lib/agrid_client/configuration.rb in agrid-client-0.0.3 vs lib/agrid_client/configuration.rb in agrid-client-0.0.4
- old
+ new
@@ -93,11 +93,11 @@
#Credentials for API authorization
attr_accessor :app_credentials
def initialize
- @scheme = 'https'
- @host = 'api.agridxpto.website'
+ @scheme = 'http'
+ @host = 'api-staging.agrid.com.br'
@base_path = '/v1'
@api_key = {}
@api_key_prefix = {}
@timeout = 0
@verify_ssl = true