mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Put initial data for replication tests preparation.
This commit is contained in:
parent
d87f820ea9
commit
25ed5cabe7
@ -112,3 +112,9 @@ tmp_syspriv_alias = $(dir_sampleDb)/qa/tmp_syspriv.fdb
|
||||
{
|
||||
SecurityDatabase = tmp_syspriv_alias
|
||||
}
|
||||
|
||||
# Databases for replication tests:
|
||||
#
|
||||
db_main_alias = $(dir_sampleDb)/qa_replication/db_main.fdb
|
||||
db_repl_alias = $(dir_sampleDb)/qa_replication/db_repl.fdb
|
||||
|
||||
|
@ -4,3 +4,8 @@ ENCRYPTION_PLUGIN = fbSampleDbCrypt
|
||||
ENCRYPTION_HOLDER = fbSampleKeyHolder
|
||||
ENCRYPTION_KEY = Red
|
||||
ENCRYPTION_BADKEY = NoSuchkey
|
||||
|
||||
[replication]
|
||||
MAX_TIME_FOR_WAIT_SEGMENT_IN_LOG = 65
|
||||
MAIN_DB_ALIAS = db_main_alias
|
||||
REPL_DB_ALIAS = db_repl_alias
|
||||
|
Loading…
Reference in New Issue
Block a user