30 lines
577 B
JSON
30 lines
577 B
JSON
{
|
|
"oracle": {
|
|
"host": "",
|
|
"port": 1521,
|
|
"sid": "",
|
|
"serviceName": null,
|
|
"userName": "",
|
|
"password": "",
|
|
"connectTimeoutSeconds": 10,
|
|
"commandTimeoutSeconds": 30,
|
|
"pooling": true
|
|
},
|
|
"mariaDb": {
|
|
"host": "",
|
|
"port": 3306,
|
|
"database": "",
|
|
"userName": "",
|
|
"password": "",
|
|
"tlsMode": "Preferred",
|
|
"connectTimeoutSeconds": 10,
|
|
"commandTimeoutSeconds": 30,
|
|
"pooling": true
|
|
},
|
|
"resilience": {
|
|
"operationTimeoutSeconds": 45,
|
|
"maximumRetryCount": 2,
|
|
"initialRetryDelayMilliseconds": 250
|
|
}
|
|
}
|