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 f452bc6 commit 96b76ccCopy full SHA for 96b76cc
benchmarks/conftest.py
@@ -15,7 +15,7 @@
15
16
# Database configuration from environment variables
17
DB_CONFIG = {
18
- 'host': os.environ.get('TEST_DB_HOST', 'localhost'),
+ 'host': os.environ.get('TEST_DB_HOST', '127.0.0.1'),
19
'port': int(os.environ.get('TEST_DB_PORT', '3306')),
20
'user': os.environ.get('TEST_DB_USER', 'root'),
21
'password': os.environ.get('TEST_DB_PASSWORD', ''),
0 commit comments