lib/trusona.rb in trusona-0.20.0 vs lib/trusona.rb in trusona-1.0.0

- old
+ new

@@ -99,10 +99,10 @@ ## # Configures the Trusona SDK with the required parameters by creating and # using an instance of +Trusona::Configuration+. # # Trusona.config do |c| - # c.tru_codes_host = ENV['TRUCODES_HOST'] + # c.tru_codes_host = ENV['TRU_CODES_HOST'] # c.api_host = ENV['TRUSONA_API_HOST'] # c.secret = ENV['TRUSONA_SECRET'] # c.token = ENV['TRUSONA_TOKEN'] # end #