9 lines
No EOL
273 B
Ruby
9 lines
No EOL
273 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
require '/opt/zammad/config/boot'
|
|
require '/opt/zammad/config/application'
|
|
|
|
Rails.application.initialize!
|
|
|
|
Setting.set('cdr_link_allowed_channels', 'note,signal message')
|
|
puts "Setting 'cdr_link_allowed_channels' has been set to: 'note,signal message'" |