switch to 255 limit to match db

This commit is contained in:
spalger
2020-04-16 15:14:49 -07:00
parent 1d23d5c761
commit 3af560c2d0
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@
},
"forward_host": {
"type": "string",
"minLength": 1
"minLength": 1,
"maxLength": 255
},
"forward_port": {
"type": "integer",