feat : RDB 기능 추가 (라이브러리, base 코드 구현)
This commit is contained in:
15
MMOTestServer/MMOserver/config.json
Normal file
15
MMOTestServer/MMOserver/config.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Database": {
|
||||
"Host": "localhost",
|
||||
"Port": "0000",
|
||||
"Name": "XXXX",
|
||||
"User": "root",
|
||||
"Password": "11212121",
|
||||
"Pooling": {
|
||||
"MinimumPoolSize": "5",
|
||||
"MaximumPoolSize": "100",
|
||||
"ConnectionTimeout": "30",
|
||||
"ConnectionIdleTimeout": "180"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user