Skip to content

Commit

Permalink
Whoops, changed the username and not the password
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Neufeld committed Jul 28, 2009
1 parent 4275542 commit d74387e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
:port => 587,
:domain => 'gmail.com',
:authentication => :plain,
:user_name => SECRET_PASSWORD,
:password => 'goocohort',
:user_name => 'cohort.crm',
:password => SECRET_PASSWORD,
:dev_mailto => '[email protected]'
}

0 comments on commit d74387e

Please sign in to comment.