Newer
Older
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=3308;database=AspNetCoreDb;user=root;password=;CharSet=utf8mb4;"
},
"Jwt": {
"Key": "0QTrd3jToEYj205k01A2R87Hc5YpqDNeywg7JzQpczs=",
"Issuer": "http://localhost:5175",
"Audience": "http://localhost:5175"
}
}