Removed not needed params.
This commit is contained in:
parent
0c8507a637
commit
a6d67d851c
1 changed files with 3 additions and 17 deletions
20
db/seeds.rb
20
db/seeds.rb
|
@ -1224,27 +1224,13 @@ Overview.create(
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
Channel.create(
|
|
||||||
:adapter => 'IMAP',
|
|
||||||
:area => 'Email::Inbound',
|
|
||||||
:options => {
|
|
||||||
:host => 'edenhofer.de',
|
|
||||||
:user => 'mebox',
|
|
||||||
:password => '123',
|
|
||||||
:ssl => true,
|
|
||||||
},
|
|
||||||
:active => true,
|
|
||||||
:created_by_id => User.where( :login => '-' ).first.id
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
Channel.create(
|
Channel.create(
|
||||||
:adapter => 'SMTP',
|
:adapter => 'SMTP',
|
||||||
:area => 'Email::Outbound',
|
:area => 'Email::Outbound',
|
||||||
:options => {
|
:options => {
|
||||||
:host => 'edenhofer.de',
|
:host => 'host.example.com',
|
||||||
:user => 'me-box',
|
:user => '',
|
||||||
:password => 'BidZ&2#.z',
|
:password => '',
|
||||||
:ssl => true,
|
:ssl => true,
|
||||||
},
|
},
|
||||||
:group_id => 1,
|
:group_id => 1,
|
||||||
|
|
Loading…
Reference in a new issue