What is Profile.rb for?

Hello,

I am working on configuring my development instance to use SMTP instead of mailcatcher. I notice that there are mail settings in config/environments/profile.rb but I cant figure out for the life of me what this environment is for. Do I need to change mail settings in profile.rb as well?

1 Like

RAILS_ENVIRONMENT=profile is for benchmarking.

4 Likes