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