Add AD auth and B1 currency fields

This commit is contained in:
2026-04-29 11:07:35 +02:00
parent 3ac03a4782
commit 4a1561d85f
29 changed files with 1016 additions and 31 deletions
+12
View File
@@ -4,5 +4,17 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Security": {
"DevelopmentBypass": false,
"DevelopmentUserIsAdmin": false,
"DevelopmentUserName": "DEV\\TrafagDeveloper",
"AccessGroups": [
"TRAFAG\\TrafagSalesExporter-Users",
"TRAFAG\\TrafagSalesExporter-Admins"
],
"AdminGroups": [
"TRAFAG\\TrafagSalesExporter-Admins"
]
}
}