16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"Database": {
|
|
"Host": "localhost",
|
|
"Port": "0000",
|
|
"Name": "XXXX",
|
|
"User": "root",
|
|
"Password": "11212121",
|
|
"Pooling": {
|
|
"MinimumPoolSize": "5",
|
|
"MaximumPoolSize": "100",
|
|
"ConnectionTimeout": "30",
|
|
"ConnectionIdleTimeout": "180"
|
|
}
|
|
}
|
|
}
|