source: ChapterX.API/appsettings.json@ 0b502c2

main
Last change on this file since 0b502c2 was d300631, checked in by kikisrbinoska <srbinoskakristina07@…>, 2 months ago

Added transactions and pooling

  • Property mode set to 100644
File size: 414 bytes
RevLine 
[877c13c]1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
[e294f7d]8 "AllowedHosts": "*",
9 "Jwt": {
[a7550ca]10 "Key": "",
[e294f7d]11 "Issuer": "ChapterX",
12 "Audience": "ChapterX"
[d300631]13 },
14 "ConnectionPool": {
15 "MinPoolSize": 1,
16 "MaxPoolSize": 20,
17 "ConnectionIdleLifetime": 300,
18 "ConnectionPruningInterval": 10,
19 "CommandTimeout": 30,
20 "Timeout": 15
[e294f7d]21 }
[877c13c]22}
Note: See TracBrowser for help on using the repository browser.