7 lines
229 B
Ruby
7 lines
229 B
Ruby
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
|
|
|
TCR.configure do |config|
|
|
config.cassette_library_dir = 'test/data/tcr_cassettes'
|
|
config.hook_tcp_ports = [389] # LDAP
|
|
config.format = 'yaml'
|
|
end
|