6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Default server user and password

This commit is contained in:
Pavel Císař 2021-12-14 20:50:47 +01:00
parent 560873a3f0
commit 41d615b291

View File

@ -132,11 +132,11 @@ servers = local
; Defaul user name ; Defaul user name
; Type: str ; Type: str
;user = <UNDEFINED> user = SYSDBA
; Default user password ; Default user password
; Type: str ; Type: str
;password = <UNDEFINED> password = masterkey
; Configuration override ; Configuration override
; Type: str ; Type: str
@ -168,7 +168,7 @@ user = SYSDBA
; Default user password ; Default user password
; Type: str ; Type: str
;password = masterkey password = masterkey
; Configuration override ; Configuration override
; Type: str ; Type: str
@ -181,3 +181,4 @@ user = SYSDBA
; Use trusted authentication ; Use trusted authentication
; Type: bool ; Type: bool
;trusted_auth = no ;trusted_auth = no