[fix]Add comma
This commit is contained in:
parent
d2f1720d70
commit
b70852e67e
3 changed files with 6 additions and 6 deletions
|
|
@ -46,8 +46,8 @@ Osem::Application.configure do
|
|||
|
||||
# Test mailbot settings
|
||||
config.mailbot = {
|
||||
ytlf_ticket_id: 50
|
||||
bcc_address: 'test@test.com'
|
||||
ytlf_ticket_id: 50,
|
||||
bcc_address: 'test@test.com'
|
||||
}
|
||||
|
||||
# Use omniauth mock credentials
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ Osem::Application.configure do
|
|||
|
||||
# Mailbot settings
|
||||
config.mailbot = {
|
||||
ytlf_ticket_id: (ENV['YTLF_TICKET_ID'] || 50)
|
||||
bcc_address: ENV['OSEM_MESSAGE_BCC_ADDRESS']
|
||||
ytlf_ticket_id: (ENV['YTLF_TICKET_ID'] || 50),
|
||||
bcc_address: ENV['OSEM_MESSAGE_BCC_ADDRESS']
|
||||
}
|
||||
end
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ Osem::Application.configure do
|
|||
|
||||
# Test mailbot settings
|
||||
config.mailbot = {
|
||||
ytlf_ticket_id: 50
|
||||
bcc_address: 'test@test.com'
|
||||
ytlf_ticket_id: 50,
|
||||
bcc_address: 'test@test.com'
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue