Sha256: 04d396d931fdfca7a857f12bf7a14696820de531e636e4027d71e9965cad67ca
Contents?: true
Size: 728 Bytes
Versions: 1
Compression:
Stored size: 728 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" # set nil to disable voucher mailing # set a default sms sender (used if no sender is present) # config.default_sms_sender = "" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
short_message-0.0.3 | lib/generators/short_message/templates/config/initializers/short_message.rb |