Sky.Net/API/appsettings.Development.json
Charles Showalter 0586c201c5 emr push
2022-05-19 15:47:12 -07:00

19 lines
412 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data source=ecommerce.db",
"IdentityConnection": "Data source=indentity.db",
"Redis": "localhost"
},
"Token": {
"Key": "super secret key",
"Issuer": "https://localhost:5001"
},
"ApiUrl": "https://localhost:5001/"
}