- Introduced new JavaScript file `fis.admin_txt_de.js` for German translations of administration-related terms and messages. - Created `fis.admin.css` for styling the administration interface, including layout, cards, and buttons. - Added `fis.admin.de.js` for the main functionality of the administration module, implementing features such as system status checks and email testing. - Minified version of the German JavaScript file created as `fis.admin.de.min.js`. - Minified CSS file created as `fis.admin.min.css` for optimized loading.
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"fuchs_fds_ConnectionString": "Data Source=MSSQL4.NBG4.DOMAINXYZ.DE,10439;Initial Catalog=site_fuchs_dev;Persist Security Info=False;TrustServerCertificate=true;Encrypt=true;User ID={username};password='{password}';Connect Timeout=60;Load Balance Timeout=240;Max Pool Size=500;",
|
|
"fuchs_fds_username_Dev": "fuchs_dev",
|
|
"fuchs_fds_password_Dev": "!Po@cGZ5bUn37khO"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"System": "Warning",
|
|
"fds": "Debug",
|
|
"Fuchs.Controllers": "Debug"
|
|
}
|
|
},
|
|
"Fuchs": {
|
|
"FDS_Intranet_DebugState": true,
|
|
"DevAutoLogin": true,
|
|
"DevAutoLoginEmail": "info@processweb.de",
|
|
"StartupChecks": {
|
|
"Enabled": true,
|
|
"CheckKeyVault": false,
|
|
"CheckDatabase": false,
|
|
"CheckMfr": false,
|
|
"CheckPdfLicense": true
|
|
},
|
|
"Mailer": {
|
|
"Enabled": true
|
|
},
|
|
"Email": {
|
|
"OverrideRecipient": "info@processweb.de"
|
|
},
|
|
"AzureStorage": {
|
|
"Enabled": true,
|
|
"InvoiceContainer": "dev-fuchs-invoices",
|
|
"ReminderContainer": "dev-fuchs-reminders"
|
|
}
|
|
},
|
|
"Fds": {
|
|
"SyncEnabled": false,
|
|
"ExecutionFrequency_Minutes": 15,
|
|
"DebugDetails": true,
|
|
"MFR_host": "portal.mobilefieldreport.com",
|
|
"MFR_UserName": "system@sebastian-fuchs---bad-und-heizung-gmbh-und-co-kg.com",
|
|
"MFR_Password": "0oT4G3H2"
|
|
}
|
|
}
|