feat(waas-engine): add dynamic site config schema and slotId placement types
This commit is contained in:
10
data_template/smtp.config.json
Normal file
10
data_template/smtp.config.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user