Added more description

This commit is contained in:
Kasra Bigdeli 2019-04-12 07:16:42 -07:00
parent a62a8e7cdd
commit 2787878747
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"variables": [{ "variables": [{
"id": "$$UPSTREAM_HTTP_ADDRESS", "id": "$$UPSTREAM_HTTP_ADDRESS",
"label": "Upstream address", "label": "Upstream address",
"description": "For example use https://caprover.com to forward all request to CapRover. If you're forwarding http requests to a CapRover internal app use http://srv-captain--yourappnamehere", "description": "For example use https://caprover.com to forward all request to CapRover.\n If you're forwarding http requests to a CapRover internal app use http://srv-captain--yourappnamehere or if you want a particular port, use http://srv-captain--yourappnamehere:8080",
"defaultValue": "", "defaultValue": "",
"validRegex": "/^(http:\\/\\/|https:\\/\\/)\\S*$/" "validRegex": "/^(http:\\/\\/|https:\\/\\/)\\S*$/"
}] }]