Skip to content

Commit 98f16f4

Browse files
committed
Change: firebird.conf renamed to firebird-driver.conf
1 parent c8d0c45 commit 98f16f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firebird.conf renamed to firebird-driver.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ user = SYSDBA
168168

169169
; Default user password
170170
; Type: str
171-
password = masterkey
171+
;password = masterkey
172172

173173
; Configuration override
174174
; Type: str

firebird/qa/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def pytest_configure(config):
104104
)
105105
if config.getoption('help'):
106106
return
107-
config_path: Path = Path.cwd() / 'firebird.conf'
107+
config_path: Path = Path.cwd() / 'firebird-driver.conf'
108108
if config_path.is_file():
109109
driver_config.read(str(config_path))
110110
_vars_['firebird-config'] = config_path

0 commit comments

Comments
 (0)