QuellCode/CentronERP war nur als Gitlink (Submodul-Referenz auf 79c1142) getrackt, ohne .gitmodules und ohne erreichbares Remote. Der Untersuchungsgegenstand der Versuchsreihe war damit nicht reproduzierbar gesichert: Ein Klon haette ein leeres Verzeichnis erhalten, und die Belege der 3.287 Anforderungen waeren nicht ueberpruefbar gewesen. Umstellung: - Historie nach c:\DEV\CentronERP_git_snapshot_79c1142 ausgelagert (vollstaendig lesbar, enthaelt 79c1142 und Vorgaenger 89ccfd6) - Gitlink aus dem Index entfernt - Dateiinhalt aufgenommen: 24.557 Dateien, rund 333 MB Die verschachtelte .gitignore der Codebasis gilt weiter, Build-Artefakte bleiben ausgeschlossen. Details in Versuche/Versuch_01/_Codebasis-Nachweis.md
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"NLog": {
|
|
"autoReload": true,
|
|
"Targets": {
|
|
"async": true,
|
|
"ConsoleTarget": {
|
|
"type": "Console",
|
|
"layout": "${longdate}|${level:uppercase=true}|${logger}|${message}${onException:inner=${newline}${exception:format=toString:maxInnerExceptionLevel=10}}"
|
|
},
|
|
"CsvFileTarget": {
|
|
"type": "File",
|
|
"fileName": "${specialfolder:folder=CommonApplicationData}/c-entron software gmbh/CentronNexus/Logs/logs-${date:format=yyyy.MM.dd}.csv",
|
|
"layout": "${longdate},${level:uppercase=true},${logger},${message}${onException:inner=${newline}${exception:format=toString:maxInnerExceptionLevel=10}}"
|
|
}
|
|
},
|
|
"Rules": [
|
|
{
|
|
"logger": "*",
|
|
"minLevel": "Warn",
|
|
"writeTo": "ConsoleTarget"
|
|
}
|
|
]
|
|
},
|
|
"Host": {
|
|
"Url": "http://localhost:8050/",
|
|
"LinuxCertificatePath": "",
|
|
"LinuxCertificatePassword": ""
|
|
},
|
|
"DetailedErrors": true,
|
|
"CentronWebService": {
|
|
"Url": "http://centron-webservice-1:1234/CentronService"
|
|
},
|
|
"WebAccount": {
|
|
"HomePageUrl": "https://de.wikipedia.org/"
|
|
},
|
|
"Notifications": {
|
|
"SecretKey": ""
|
|
},
|
|
"Branding": {
|
|
"Logo": "img/logos/logo.png",
|
|
"LoginLogo": "img/logos/sb_logo_big.png",
|
|
"LoginLogoDarkMode": "img/logos/sb_logo_big.png",
|
|
"Favicon": "img/logos/logo.png",
|
|
"Title": "c-entron Web",
|
|
"ShowLogoWithTitle": true,
|
|
"LoginPageText": "Log in to the next experience of ERP",
|
|
"LegalNoticeUrl": "https://c-entron.de/impressum/",
|
|
"PrivacyPolicyUrl": "https://c-entron.de/datenschutzerklaerung/",
|
|
"AgbUrl": "https://c-entron.de/agb/",
|
|
"HexColor": "#F09D0B"
|
|
},
|
|
"OIDC": {
|
|
"Authority": "https://login.microsoftonline.com/{TENANT ID}/v2.0",
|
|
"ClientId": "",
|
|
"ClientSecret": "",
|
|
"ResponseType": "code"
|
|
}
|
|
} |