lib/phrase/api/config.rb in phrase-0.4.14 vs lib/phrase/api/config.rb in phrase-0.4.15

- old
+ new

@@ -5,18 +5,18 @@ class Phrase::Api::Config def self.api_port ENV.fetch("PHRASE_API_PORT", "443") end - + def self.api_host ENV.fetch("PHRASE_API_HOST", "phraseapp.com") end - + def self.api_path_prefix "/api/#{Phrase::API_VERSION}" end - + def self.api_use_ssl? ENV.fetch("PHRASE_API_USE_SSL", "1") == "1" end def self.api_max_retries