21 lines
625 B
JSON
21 lines
625 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "https://joydipkanjilal.com/",
|
|
"Audience": "https://joydipkanjilal.com/",
|
|
"Key": "This is a sample secret key - please don't use in production environment.'",
|
|
"TokenValidityInMinutes": 10,
|
|
"RefreshTokenValidityInDays": 7
|
|
},
|
|
"DB": {
|
|
"ConnectionString": "server=host.docker.internal;user=epione;password=epioneepione;database=epione"
|
|
//"ConnectionString": "server=192.168.1.3;user=epione;password=epioneepione;database=epione"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|