-
Somnath Ghorpade authored13d37c25
database.json 1.23 KiB
{
"MongoConfig": [
{
"hostName": "CoreStudio",
"server": "localhost",
"port": 27017,
"username": "",
"password": "",
"database": "CoreStudio",
"isDefault": true
}
],
"ImmudbConfig":[{
"hostName": "ImmuDbHost",
"server": "localhost",
"port": 3322,
"database": "",
"username": "",
"password": "",
"isDefault": true
}],
"MysqlConfig": [
{
"hostName": "MySQLHost",
"server": "localhost",
"port": 3306,
"username": "",
"password": "",
"database": "",
"isDefault":true
}
],
"SqlServerConfig": [
{
"connMaxLifetime": 0,
"database": "",
"dbType": "SQLSERVER",
"hostName": "SQLServerHost",
"isDefault": true,
"maxIdleConns": 0,
"maxOpenConns": 2,
"parameters": [],
"password": "",
"port": 65142,
"protocol": "",
"server": "",
"sqlParameters": [
{
"key": "testKey",
"value": "testValue"
},
{
"key": "boolFlag",
"value": "false"
},
{
"key": "intFlag",
"value": "100"
}
],
"username": ""
}
]
}