We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d0c45 commit 98f16f4Copy full SHA for 98f16f4
firebird.conf renamed to firebird-driver.conf
@@ -168,7 +168,7 @@ user = SYSDBA
168
169
; Default user password
170
; Type: str
171
-password = masterkey
+;password = masterkey
172
173
; Configuration override
174
firebird/qa/plugin.py
@@ -104,7 +104,7 @@ def pytest_configure(config):
104
)
105
if config.getoption('help'):
106
return
107
- config_path: Path = Path.cwd() / 'firebird.conf'
+ config_path: Path = Path.cwd() / 'firebird-driver.conf'
108
if config_path.is_file():
109
driver_config.read(str(config_path))
110
_vars_['firebird-config'] = config_path
0 commit comments