Initial Commit after switching from SVN to git

This commit is contained in:
2026-05-03 01:43:52 +02:00
parent ab8638e5bb
commit a4284234b2
910 changed files with 359931 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ocms_ConnectionString": "Data Source=MSSQL4.NBG4.DOMAINXYZ.DE,10439;Initial Catalog=site_fuchs_dev;Persist Security Info=False;TrustServerCertificate=true;Encrypt=true;User ID=fuchs_web;password='Bt5pL/cJg9oxb5';Connect Timeout=60;Load Balance Timeout=240;Max Pool Size=500;",
"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=fuchs_dev;password='!Po@cGZ5bUn37khO';Connect Timeout=60;Load Balance Timeout=240;Max Pool Size=500;"
},
"Fuchs": {
"ocms_guid": "00094b8f-a822-4e9c-b627-87802f93fca8",
"ocms_valid_locales_csv": "de,en",
"ocms_default_locale": "de",
"fuchs_guid": "cbfc57b3-6b85-4bbc-ab68-3b2c7408af5e",
"fuchs_intranet_guid": "cbfc57b3-6b85-4bbc-ab68-3b2c7408af5e",
"fuchs_captcha_TOTP": "4OXKGB3KS3VZNIUTTQLHECRUVN7ZDEFGSXYVU56D7UCKQZK7VHK7ZN",
"fuchs_intranet_TOTP": "ZNQIUF4KC5XSL2ZXK6VQIZYG74SAMW7FDAGT7ZOVYFJCXBJ47RQW3O",
"SMS_APIKey": "VLbm04ILlDby4EHjqolI9L95bAnfsipJcli0uvppMBHVq0BI1YR2gvpbKJRWDINu",
"Email": {
"Main": {
"alias": "Sebastian Fuchs - Bad und Heizung",
"to": "anfrage@sanitaerfuchs.de",
"from": "anfrage@sanitaerfuchs.de",
"bcc": "info@processweb.de",
"host": "smtp.office365.com",
"port": 587,
"security": "StartTls",
"username": "anfrage@sanitaerfuchs.de",
"password": "DsCG8wxc4!Cu9"
},
"Fds": {
"alias": "Sebastian Fuchs - Bad und Heizung",
"to": "",
"from": "rechnungen@sanitaerfuchs.de",
"bcc": "",
"host": "smtp.office365.com",
"port": 587,
"security": "StartTls",
"username": "rechnungen@sanitaerfuchs.de",
"password": "8M9#s7TVg6b"
},
"Service": {
"alias": "ProcessWeb Service",
"to": "",
"from": "service@emails.processweb.de",
"bcc": "",
"host": "emails.processweb.de",
"port": 587,
"security": "StartTls",
"username": "service@emails.processweb.de",
"password": "Uk84za4Qzba4ij"
},
"TestAddresses": "st.ott@web.de,info@processweb.de"
}
}
}