mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
23 lines
716 B
JSON
23 lines
716 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"FeatureManagement": {
|
|
"AdminService": true,
|
|
"LocalPublishService": true,
|
|
"SyntaxCheck": true,
|
|
"Notifications": true
|
|
},
|
|
"AllowedWebSocketConnections": "*",
|
|
"AllowedHosts": "*",
|
|
"HamannFileStoreLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Hamann/",
|
|
"BareRepositoryPathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Bare/",
|
|
"BareRepositoryPathWindows": "D:/Simon/source/hamann-xml/.git/",
|
|
"WorkingTreePathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Repo/",
|
|
"WorkingTreePathWindows": "D:/Simon/source/hamann-xml/",
|
|
"RepositoryBranch": "main"
|
|
}
|