26 lines
601 B
JSON
26 lines
601 B
JSON
{
|
|
"Server": {
|
|
"Port": 9500,
|
|
"ChannelCount": 5
|
|
},
|
|
"RestApi": {
|
|
"BaseUrl": "https://a301.api.tolelom.xyz",
|
|
"VerifyToken": "/api/internal/auth/verify",
|
|
"BossRaidAccess": "/api/internal/bossraid/entry",
|
|
"ApiKey": "017f15b28143fc67d2e5bed283c37d2da858b9f294990a5334238e055e3f5425"
|
|
},
|
|
"Database": {
|
|
"Host": "localhost",
|
|
"Port": "0000",
|
|
"Name": "XXXX",
|
|
"User": "root",
|
|
"Password": "11212121",
|
|
"Pooling": {
|
|
"MinimumPoolSize": "5",
|
|
"MaximumPoolSize": "100",
|
|
"ConnectionTimeout": "30",
|
|
"ConnectionIdleTimeout": "180"
|
|
}
|
|
}
|
|
}
|