Sha256: 7cc929322725e4422d8ce32d1078b61c664267c6d766fcd91582735e9a4f4f16

Contents?: true

Size: 597 Bytes

Versions: 2

Compression:

Stored size: 597 Bytes

Contents

ShortMessage.configure do |config|
  config.gateway_server = "www1.q-x.ch"
  config.gateway_port = "443"
  
  config.send_file_path = "/app/sms/gw1/cust/send.php"
  config.account_functions_path = "/app/sms/gw1/cust/accfunc.php"  
  
  # enter your details received from provider here
  config.user_id = ""
  config.ccu_id = ""
  config.id_string = ""
      
  config.default_reload_amount = 1000
  
  config.default_mail_sender = "webmaster@your-domain.com"
  config.reload_notification_email = "webmaster@your-domain.com"
  config.voucher_notification_email = "give-me-money@your-domain.com"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
short_message-0.0.2 lib/generators/short_message/templates/config/initializers/short_message.rb
short_message-0.0.1 lib/generators/short_message/templates/config/initializers/short_message.rb