1
0
mirror of https://github.com/pruzko/hakuin synced 2024-09-16 20:31:33 +02:00
hakuin/tests/config.json
2024-07-31 10:11:54 +02:00

23 lines
435 B
JSON

{
"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
}
}