2
は 電子メールパスワードをrails rbファイルに入れても安全ですか?
ActionMailer::Base.smtp_settings = {
:address => "smtp.mysite.com",
:port => 587,
:domain => "mysite.com",
:user_name => "myuser",
:password => "secretpassword",
:authentication => "plain",
:enable_starttls_auto => true
}
ActionMailer::Base.default_url_options[:host] = "localhost:3000"
私は私のコードをアップロード
は、たとえば、Herokuのは、それは本当に良いアイデアは私のパスワードは、次のようにさらされているしているために、私は設定/初期化子/ setup_mail.rbでこれを持って言いますか?より安全な標準的な方法がありますか?