mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Reverted to state of 14-dec-2021: removed all 'particular' servers sections that must be added only during QA scenario to temporary copy of this config. Added examples under comments.
This commit is contained in:
parent
b7b8633016
commit
a932fead12
@ -12,17 +12,13 @@
|
||||
|
||||
; Registered servers
|
||||
; Type: list of configuration section names
|
||||
servers = fb30old,fb308,fb30tmp,fb401,fb40old,fb40tmp,fb50tmp,fb50,qa_rundaily_fb30,qa_rundaily_fb40,qa_rundaily_fb50,qa_rundaily_hq30,qa_rundaily_hq40
|
||||
servers = local
|
||||
|
||||
; Registered databases
|
||||
; Type: list of configuration section names
|
||||
;databases =
|
||||
|
||||
|
||||
; ############################################################################
|
||||
|
||||
[firebird.db.defaults]
|
||||
|
||||
;
|
||||
; Default database configuration.
|
||||
|
||||
@ -49,13 +45,12 @@
|
||||
; Defaul user name
|
||||
; Type: str
|
||||
;user = <UNDEFINED>
|
||||
;user=SYSDBA
|
||||
|
||||
; Default user password
|
||||
; Type: str
|
||||
;password = <UNDEFINED>
|
||||
#password=masterkey
|
||||
;; Use trusted authentication
|
||||
|
||||
; Use trusted authentication
|
||||
; Type: bool
|
||||
;trusted_auth = no
|
||||
|
||||
@ -123,8 +118,6 @@
|
||||
; Type: bool
|
||||
;reserve_space = <UNDEFINED>
|
||||
|
||||
; ############################################################################
|
||||
|
||||
[firebird.server.defaults]
|
||||
;
|
||||
; Default server configuration.
|
||||
@ -139,12 +132,11 @@
|
||||
|
||||
; Defaul user name
|
||||
; Type: str
|
||||
;user=SYSDBA
|
||||
user = SYSDBA
|
||||
|
||||
; Default user password
|
||||
; Type: str
|
||||
;password=masterkey
|
||||
|
||||
password = masterkey
|
||||
|
||||
; Configuration override
|
||||
; Type: str
|
||||
@ -158,29 +150,13 @@
|
||||
; Type: bool
|
||||
;trusted_auth = no
|
||||
|
||||
; no helps...
|
||||
;ncoding = cp1251
|
||||
;encoding_errors = ignore
|
||||
|
||||
; ############################################################################
|
||||
|
||||
[DEFAULT]
|
||||
; this section was added 20.07.2022, it was NOT in original file.
|
||||
; see letter from P.C. 28-dec-2021 15:14, subj:
|
||||
; "firebird-driver.conf: why some parameters can not be specified as COMMON for all tested servers ?"
|
||||
|
||||
host = localhost
|
||||
user=SYSDBA
|
||||
password=masterkey
|
||||
encoding_errors = ignore
|
||||
|
||||
;[local]
|
||||
[local]
|
||||
;
|
||||
; Server configuration.
|
||||
|
||||
; Server host machine specification
|
||||
; Type: str
|
||||
;host = localhost
|
||||
host = localhost
|
||||
|
||||
; Port used by Firebird server
|
||||
; Type: str
|
||||
@ -188,10 +164,11 @@
|
||||
|
||||
; Defaul user name
|
||||
; Type: str
|
||||
user = SYSDBA
|
||||
|
||||
; Default user password
|
||||
; Type: str
|
||||
|
||||
password = masterkey
|
||||
|
||||
; Configuration override
|
||||
; Type: str
|
||||
@ -205,65 +182,22 @@
|
||||
; Type: bool
|
||||
;trusted_auth = no
|
||||
|
||||
; ############################################################################
|
||||
; #############################################################################
|
||||
|
||||
|
||||
; Hereafter 'fb_client_library' must be specified in every server section.
|
||||
; Hereafter specific servers and their port plus fb_client_library must be specified.
|
||||
; NB: fb_client_library is part of DriverConfig and not server or database conf
|
||||
; Explanation see in:
|
||||
; 1. Letter from pcisar 28-dec-2021 15:14, subj: "firebird-driver-version"
|
||||
; 2. Letter from pcisar 07-mar-2022 21:30, subj: "firebird-qa [new framework]: unable to make connection as NON-ASCII user ..."
|
||||
[fb30old]
|
||||
port = 3330
|
||||
fb_client_library = D:\FB\fb30-old\fbclient.dll
|
||||
|
||||
[fb308]
|
||||
port = 3308
|
||||
fb_client_library = D:\FB\fb308\fbclient.dll
|
||||
|
||||
[fb30tmp]
|
||||
port = 3399
|
||||
fb_client_library = D:\FB\fb30-tmp\fbclient.dll
|
||||
|
||||
[fb401]
|
||||
port = 3401
|
||||
fb_client_library = D:\FB\fb401rls\fbclient.dll
|
||||
|
||||
[fb40tmp]
|
||||
port = 3499
|
||||
fb_client_library = D:\FB\fb40-tmp\fbclient.dll
|
||||
|
||||
[fb40old]
|
||||
port = 3498
|
||||
fb_client_library = D:\FB\fb40-old\fbclient.dll
|
||||
|
||||
[fb50tmp]
|
||||
port = 3501
|
||||
fb_client_library = D:\FB\fb50-tmp\fbclient.dll
|
||||
|
||||
[fb50]
|
||||
port = 3500
|
||||
fb_client_library = D:\FB\fb50\fbclient.dll
|
||||
#fb_client_library = D:\FB\fb50-tmp\fbclient.dll
|
||||
|
||||
|
||||
|
||||
[qa_rundaily_fb30]
|
||||
port = 33999
|
||||
fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll
|
||||
|
||||
[qa_rundaily_fb40]
|
||||
port = 33999
|
||||
fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll
|
||||
|
||||
[qa_rundaily_fb50]
|
||||
port = 33999
|
||||
fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll
|
||||
|
||||
[qa_rundaily_hq40]
|
||||
port = 33999
|
||||
fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll
|
||||
|
||||
[qa_rundaily_hq30]
|
||||
port = 33999
|
||||
fb_client_library = D:\FB\rundaily-2022\unpacked-snapshot.tmp\fbclient.dll
|
||||
; Parameter 'servers' in the [firebird.driver] section must be "contcatenated" with sections that ape specified below, i.e.:
|
||||
; servers = local,fb3x,fb4x
|
||||
;
|
||||
; [fb3x]
|
||||
; port = 33300
|
||||
; fb_client_library = C:\FB\fb3x\fbclient.dll ; (for WINDOWS)
|
||||
; fb_client_library = /opt/fb30/lib/libfbclient.so ; (for LINUX)
|
||||
;
|
||||
; [fb4x]
|
||||
; port = 33400
|
||||
; fb_client_library = C:\FB\fb4x\fbclient.dll ; (for WINDOWS)
|
||||
; fb_client_library = /opt/fb40/lib/libfbclient.so ; (for LINUX)
|
||||
|
Loading…
Reference in New Issue
Block a user