1
0
mirror of https://github.com/pruzko/hakuin synced 2024-11-08 13:59:15 +01:00
hakuin/tests/config.json

23 lines
435 B
JSON
Raw Permalink Normal View History

2024-07-31 10:11:54 +02:00
{
"dbms": ["sqlite", "mssql", "mysql", "psql"],
"mssql": {
"ip": "192.168.122.191",
"port": 5000
},
"mysql": {
"ip": "192.168.122.191",
"port": 5000
},
"oracledb": {
"ip": "192.168.122.192",
"port": 5000
},
"psql": {
"ip": "192.168.122.191",
"port": 5000
},
"sqlite": {
"ip": "192.168.122.191",
"port": 5000
}
}