mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
# Special configuration for encryption-related tests which need key to be queried from CLIENT app
|
|
# This configuration is used by alias-based tests which have parameter 'KeyHolderPlugin = KH2'.
|
|
#
|
|
Plugin = KH2 {
|
|
Module = $(dir_plugins)/fbSampleKeyHolder
|
|
RegisterName = fbSampleKeyHolder
|
|
Config = KH2
|
|
}
|
|
|
|
Config = KH2 {
|
|
Auto = false
|
|
}
|