corrected json format
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "smtp_server",
|
||||
"name": "smtp-server",
|
||||
"fields": [
|
||||
{
|
||||
"description": "Set timezone for smtp server",
|
||||
"key": "SMTP_TIME_ZONE",
|
||||
"value": "Europe/Budapest"
|
||||
"value": "Europe/Budapest",
|
||||
"required": "true"
|
||||
},
|
||||
{
|
||||
@@ -56,12 +56,12 @@
|
||||
{
|
||||
"description": "Set maximum size in bytes of sending message",
|
||||
"key": "SMTP_MSG_SIZE",
|
||||
"value": "30720000",
|
||||
"value": "30720000"
|
||||
},
|
||||
{
|
||||
"description": "Set log enable or not for smtp server",
|
||||
"key": "SMTP_LOG_DISABLE",
|
||||
"value": "false",
|
||||
"value": "false"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user