corrected value

This commit is contained in:
gyurix
2024-11-03 15:39:00 +01:00
parent 8f1a964b7e
commit d49c5e542f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"mail": {
"RELAY_PASS": "#SMTP_RELAY_PASS"
"RELAY_PASS": "#SMTP_RELAYPASS"
}
}

View File

@@ -3,7 +3,7 @@
"fields": [
{
"description": "Set timezone for smtp server",
"key": "SMTP_TIME_ZONE",
"key": "SMTP_TIMEZONE",
"value": "Europe/Budapest",
"required": "true"
},
@@ -15,7 +15,7 @@
},
{
"description": "Set relay port for smtp server",
"key": "SMTP_RELAY_HOST",
"key": "SMTP_RELAY_PORT",
"value": "587",
"required": "true"
},