6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 10:50:42 +01:00

Put initial data for replication tests preparation.

This commit is contained in:
zotov 2022-08-23 09:59:15 +03:00
parent d87f820ea9
commit 25ed5cabe7
2 changed files with 11 additions and 0 deletions

View File

@ -112,3 +112,9 @@ tmp_syspriv_alias = $(dir_sampleDb)/qa/tmp_syspriv.fdb
{ {
SecurityDatabase = tmp_syspriv_alias 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

View File

@ -4,3 +4,8 @@ ENCRYPTION_PLUGIN = fbSampleDbCrypt
ENCRYPTION_HOLDER = fbSampleKeyHolder ENCRYPTION_HOLDER = fbSampleKeyHolder
ENCRYPTION_KEY = Red ENCRYPTION_KEY = Red
ENCRYPTION_BADKEY = NoSuchkey ENCRYPTION_BADKEY = NoSuchkey
[replication]
MAX_TIME_FOR_WAIT_SEGMENT_IN_LOG = 65
MAIN_DB_ALIAS = db_main_alias
REPL_DB_ALIAS = db_repl_alias