Sha256: 0a4a03ba349361d22a26ec012c699529b99bcb3286a1683261c6c34afa78f820

Contents?: true

Size: 363 Bytes

Versions: 6

Compression:

Stored size: 363 Bytes

Contents

module MailrouteConfigurationHelper
  def configure_mailroute
    Mailroute.configure(
      :username => ENV['MAILROUTE_USERNAME'] || 'blablablablabla@example.com',
      :apikey   => ENV['MAILROUTE_API_KEY']  || '5f64xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx8262',
      :url      => ENV['MAILROUTE_URL']      || 'https://admin-dev.mailroute.net/api/v1/'
    )
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mailroute-0.0.6 spec/support/mailroute_configuration_helper.rb
mailroute-0.0.5 spec/support/mailroute_configuration_helper.rb
mailroute-0.0.4 spec/support/mailroute_configuration_helper.rb
mailroute-0.0.3 spec/support/mailroute_configuration_helper.rb
mailroute-0.0.2 spec/support/mailroute_configuration_helper.rb
mailroute-0.0.1 spec/support/mailroute_configuration_helper.rb