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
; Type: str
;user = <UNDEFINED>
user = SYSDBA
; Default user password
; Type: str
;password = <UNDEFINED>
password = masterkey
; Configuration override
; Type: str
@ -168,7 +168,7 @@ user = SYSDBA
; Default user password
; Type: str
;password = masterkey
password = masterkey
; Configuration override
; Type: str
@ -181,3 +181,4 @@ user = SYSDBA
; Use trusted authentication
; Type: bool
;trusted_auth = no