1
0
Files
CoreProfilerExample/CoreProfilerExample/appsettings.Development.json
2024-03-25 18:18:41 +08:00

7 lines
107 B
JSON

{
"ConnectionStrings": {
"SQLITE": "Data Source=CoreProfilerExample.db"
},
"AllowedHosts": "*"
}