void.cat/VoidCat/appsettings.compose.json

25 lines
692 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
}
},
"Settings": {
"CorsOrigins": [
"http://localhost:8001",
"http://localhost:3000"
],
"VirusScanner": {
"ClamAV": {
"Endpoint": "tcp://clamav:3310",
"MaxStreamSize": 100000000000
}
},
"Redis": "redis",
"Postgres": "User ID=postgres;Password=postgres;Database=void;Pooling=true;Host=postgres:5432"
}
}