mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 01:05:32 +00:00
30 lines
966 B
JSON
30 lines
966 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"FeatureManagement": {
|
|
"AdminService": true,
|
|
"LocalPublishService": true,
|
|
"SyntaxCheck": true,
|
|
"Notifications": true
|
|
},
|
|
"AllowedWebSocketConnections": "*",
|
|
"AllowedHosts": "*",
|
|
"HamannFileStoreLinux": "/Users/simon/test/",
|
|
"HamannFileStoreWindows": "C:/Users/simon/Downloads/test/",
|
|
"BareRepositoryPathLinux": "/Users/simon/source/hamann-xml/.git/",
|
|
"BareRepositoryPathWindows": "D:/Simon/source/hamann-xml/.git/",
|
|
"WorkingTreePathLinux": "/Users/simon/source/hamann-xml/",
|
|
"WorkingTreePathWindows": "D:/Simon/source/hamann-xml/",
|
|
"RepositoryBranch": "Release",
|
|
"RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml",
|
|
"StoredPDFPathWindows": "",
|
|
"StoredPDFPathLinux": "",
|
|
"FileSizeLimit": 52428800,
|
|
"AvailableStartYear": 1700,
|
|
"AvailableEndYear": 1800,
|
|
"LettersOnPage": 80
|
|
} |