19 lines
479 B
JSON
19 lines
479 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Port=5432;Username=postgres;Password=postgres;Database=umbra_dev"
|
|
},
|
|
"MareSynchronos": {
|
|
"Jwt": "dev-secret-umbra-abcdefghijklmnopqrstuvwxyz123456",
|
|
"RedisConnectionString": "localhost:6379,connectTimeout=5000,syncTimeout=5000",
|
|
"MetricsPort": 4985
|
|
}
|
|
}
|
|
|