Files
caliverse_server/UGQApiServer/appsettings.Development.json
2025-05-01 07:20:41 +09:00

26 lines
676 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"UGQDatabase": {
"ConnectionString": "mongodb://root:root@127.0.0.1:27017",
// "ConnectionString": "mongodb://127.0.0.1:27017",
"DatabaseName": "UGQ",
"MinConnectionPoolSize": 100,
"MaxConnectionPoolSize": 500,
"WaitQueueTimeoutSecs": 120
},
"JWT": {
"ValidAudience": "",
"ValidIssuer": "",
"Secret": "5bb3238d7f19456329597a9cc57da0f19d57c8c8412c5978cf938396b82060253c706217719e748908cb87a228302c29240183caa63a1c3db20b94e638520740",
"TokenValidityInMinutes": 3000
},
"NamedPipe": {
"enable": false
}
}