feat(waas-engine): add dynamic site config schema and slotId placement types

This commit is contained in:
Daniel S
2026-08-08 18:56:18 +02:00
parent 08b74a0294
commit dfa357bbd1
8 changed files with 524 additions and 0 deletions

10
app/data/smtp.config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"host": "smtp.placeholder.local",
"port": 587,
"secure": false,
"user": "placeholder@domain.de",
"pass": "****",
"fromName": "N&D IT Solutions System",
"fromEmail": "noreply@ndsolutions.de",
"isConfigured": false
}