1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| {
| "Logging": {
| "LogLevel": {
| "Default": "Information",
| "Microsoft": "Warning",
| "Microsoft.Hosting.Lifetime": "Information",
| "Microsoft.EntityFrameworkCore": "Information"
| }
| },
| "DatabaseSettings": {
| "MainDb": {
| "ConnectionString": "Data Source=47.103.92.119,1433;Initial Catalog=RRSoftDB;User ID=sa;Password=win2021!",
| "DbType": "SqlServer"
| }
| },
| "AllowedHosts": "*",
| "DynamicApiControllerSettings": {
| "KeepName": true,
| "KeepVerb": true,
| "LowercaseRoute": false
| }
| }
|
|