mirror of
https://github.com/pruzko/hakuin
synced 2024-11-08 13:59:15 +01:00
23 lines
435 B
JSON
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
|
||
|
}
|
||
|
}
|