mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 20:48:07 +00:00
Fixes broken seeds issue (#788)
This commit is contained in:
committed by
GitHub
parent
0690d3191d
commit
1ebe9fdba9
@@ -1,7 +1,7 @@
|
|||||||
account = Account.create!(
|
account = Account.create!(
|
||||||
name: 'Acme Inc',
|
name: 'Acme Inc',
|
||||||
domain: 'support.chatwoot.com',
|
domain: 'support.chatwoot.com',
|
||||||
from_email: ENV.fetch('MAILER_SENDER_EMAIL', 'accounts@chatwoot.com')
|
support_email: ENV.fetch('MAILER_SENDER_EMAIL', 'accounts@chatwoot.com')
|
||||||
)
|
)
|
||||||
|
|
||||||
user = User.new(name: 'John', email: 'john@acme.inc', password: '123456')
|
user = User.new(name: 'John', email: 'john@acme.inc', password: '123456')
|
||||||
|
|||||||
Reference in New Issue
Block a user