Files
hamann-ausgabe-core/HaWeb/appsettings.json
Simon Martens bd563f6dae +Docker
2025-09-30 17:41:04 +02:00

21 lines
495 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"FeatureManagement": {
"AdminService": true,
"LocalPublishService": true,
"SyntaxCheck": true,
"Notifications": true
},
"AllowedWebSocketConnections": "*",
"AllowedHosts": "*",
"FileStoragePath": "/app/data",
"RepositoryBranch": "Release",
"RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml.git",
"WebhookSecret": ""
}