OBSBoards/OBSBoardsApi/appsettings.json
Krzysztof Famulski 08e405733c Add project files.
2024-11-02 15:39:06 +01:00

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": "*"
}