mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-17 21:22:22 +01:00
33 lines
979 B
JSON
33 lines
979 B
JSON
{
|
|
"DetailedErrors": true,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"Settings": {
|
|
"CorsOrigins": [],
|
|
"VirusScanner": {
|
|
"ClamAV": {
|
|
"Endpoint": "tcp://clamav:3310",
|
|
"MaxStreamSize": 100000000000
|
|
}
|
|
},
|
|
"SiteUrl": "http://localhost:8001",
|
|
"Redis": "redis",
|
|
"Postgres": "User ID=postgres;Password=postgres;Database=void;Pooling=true;Host=postgres:5432",
|
|
"Prometheus": {
|
|
"Url": "http://prometheus:9090",
|
|
"EgressQuery": "increase(egress{{file=\"{0}\"}}[1d])"
|
|
},
|
|
"MetadataStore": "postgres",
|
|
"DefaultFileStore": "local-disk",
|
|
"JwtSettings":{
|
|
"Issuer": "http://localhost:8001",
|
|
"Key": "my_very_strong_secret_key"
|
|
}
|
|
}
|
|
}
|