Sha256: 33130022d48ccbc8ec4af5681db379a0f1354fdf56c27c6a4c85034e39fd8183

Contents?: true

Size: 268 Bytes

Versions: 2

Compression:

Stored size: 268 Bytes

Contents

if Rails.env.development?

  ActionSmser.delivery_options[:delivery_method] = :simple_http
  ActionSmser.delivery_options[:simple_http] = {
      :server => 'smsapi1.patidure.net', :username => 'nimenhuuto', :password => 'kusyhf9i8y',
      :use_ssl => true
  }

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
action_smser-1.0.1 test/dummy/config/initializers/git_ignored_passwords.rb
action_smser-1.0.0 test/dummy/config/initializers/git_ignored_passwords.rb