Sha256: 7ed2b6cb1a7f5d3e474c3ae078d0e6032ebd0c4eae8d0e5a8736c0438147c532

Contents?: true

Size: 239 Bytes

Versions: 24

Compression:

Stored size: 239 Bytes

Contents

Rails.application.configure do

  config.action_mailer.default_url_options = { :host => 'localhost:3000' }
  config.action_mailer.delivery_method = :smtp
  config.action_mailer.smtp_settings = {:address => "localhost", :port => 1025}


end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
wordjelly-auth-1.5.4 spec/dummy/config/environments/development.rb
wordjelly-auth-1.5.3 spec/dummy/config/environments/development.rb
wordjelly-auth-1.5.2 spec/dummy/config/environments/development.rb
wordjelly-auth-1.5.1 spec/dummy/config/environments/development.rb
wordjelly-auth-1.5.0 spec/dummy/config/environments/development.rb
wordjelly-auth-1.4.9 spec/dummy/config/environments/development.rb
wordjelly-auth-1.4.8 spec/dummy/config/environments/development.rb
wordjelly-auth-1.4.7 spec/dummy/config/environments/development.rb
wordjelly-auth-1.4.6 spec/dummy/config/environments/development.rb
wordjelly-auth-1.4.5 spec/dummy/config/environments/development.rb
wordjelly-auth-1.4.4 spec/dummy/config/environments/development.rb
wordjelly-auth-1.4.3 spec/dummy/config/environments/development.rb
wordjelly-auth-1.4.2 spec/dummy/config/environments/development.rb
wordjelly-auth-1.4.0 spec/dummy/config/environments/development.rb
wordjelly-auth-1.3.9 spec/dummy/config/environments/development.rb
wordjelly-auth-1.3.8 spec/dummy/config/environments/development.rb
wordjelly-auth-1.3.7 spec/dummy/config/environments/development.rb
wordjelly-auth-1.3.6 spec/dummy/config/environments/development.rb
wordjelly-auth-1.3.5 spec/dummy/config/environments/development.rb
wordjelly-auth-1.3.3 spec/dummy/config/environments/development.rb