Skip to content

Commit

Permalink
Fixes broken seeds issue (chatwoot#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
nithindavid authored Apr 30, 2020
1 parent 0690d31 commit 1ebe9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
account = Account.create!(
name: 'Acme Inc',
domain: 'support.chatwoot.com',
from_email: ENV.fetch('MAILER_SENDER_EMAIL', '[email protected]')
support_email: ENV.fetch('MAILER_SENDER_EMAIL', '[email protected]')
)

user = User.new(name: 'John', email: '[email protected]', password: '123456')
Expand Down

0 comments on commit 1ebe9fd

Please sign in to comment.