24 lines
564 B
JSON
24 lines
564 B
JSON
|
|
{
|
||
|
|
"ConnectionStrings": {
|
||
|
|
"Default": "Host=localhost;Port=5432;Database=flatrender;Username=postgres;Password=postgres;Search Path=studio,public"
|
||
|
|
},
|
||
|
|
"Jwt": {
|
||
|
|
"Key": "change-me-to-a-32-char-secret-key!!",
|
||
|
|
"Issuer": "flatrender",
|
||
|
|
"Audience": "flatrender"
|
||
|
|
},
|
||
|
|
"Cors": {
|
||
|
|
"Origins": [
|
||
|
|
"http://localhost:3000",
|
||
|
|
"http://localhost:5173"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning",
|
||
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|