void.cat/VoidCat/appsettings.compose.json

23 lines
625 B
JSON
Raw Normal View History

2022-06-15 20:53:52 +00:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
2023-12-21 23:21:19 +00:00
"Microsoft.EntityFrameworkCore": "Warning"
2022-06-15 20:53:52 +00:00
}
},
"Settings": {
2023-12-21 23:21:19 +00:00
"CorsOrigins": [],
2022-06-15 20:53:52 +00:00
"VirusScanner": {
"ClamAV": {
"Endpoint": "tcp://clamav:3310",
"MaxStreamSize": 100000000000
}
},
2023-12-21 23:21:19 +00:00
"SiteUrl": "http://localhost:8001",
2022-06-15 20:53:52 +00:00
"Redis": "redis",
"Postgres": "User ID=postgres;Password=postgres;Database=void;Pooling=true;Host=postgres:5432"
}
}