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:
parent
560873a3f0
commit
41d615b291
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user