Commit 8a8d8cc1 by vulehuan

change config, use mailcatcher

parent cc365895
...@@ -11,16 +11,17 @@ end ...@@ -11,16 +11,17 @@ end
VenshopApp::Application.configure do VenshopApp::Application.configure do
config.action_mailer.delivery_method = :smtp config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = { # config.action_mailer.smtp_settings = {
address: 'smtp.gmail.com', # address: 'smtp.gmail.com',
port: 587, # port: 587,
domain: 'alphaplus.vn', # domain: 'alphaplus.vn',
user_name: 'coi.no.reply@gmail.com', # user_name: 'coi.no.reply@gmail.com',
password: 'q5cE05OUwJ', # password: 'q5cE05OUwJ',
authentication: 'plain', # authentication: 'plain',
enable_starttls_auto: true # enable_starttls_auto: true
} # }
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
end end
YAHOO_SHOPPING_DATA_APP_ID = 'dj0zaiZpPXpIMzBsMUQyTk55dSZkPVlXazlZWGxzYjNoWU0yVW1jR285TUEtLSZzPWNvbnN1bWVyc2VjcmV0Jng9MzI-' YAHOO_SHOPPING_DATA_APP_ID = 'dj0zaiZpPXpIMzBsMUQyTk55dSZkPVlXazlZWGxzYjNoWU0yVW1jR285TUEtLSZzPWNvbnN1bWVyc2VjcmV0Jng9MzI-'
YAHOO_SHOPPING_DATA_SECRECT = '45b3584021d48d65984b515a2cd23623a3ec90cc' YAHOO_SHOPPING_DATA_SECRECT = '45b3584021d48d65984b515a2cd23623a3ec90cc'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment