[tutorial 035] A calculated default value
This commit is contained in:
parent
9c9425d05b
commit
eb4fd7c024
1 changed files with 4 additions and 1 deletions
|
@ -15,8 +15,11 @@ manual:
|
||||||
type: domainname
|
type: domainname
|
||||||
params:
|
params:
|
||||||
allow_ip: true
|
allow_ip: true
|
||||||
|
default:
|
||||||
|
variable: manual.http_proxy.address
|
||||||
|
|
||||||
port:
|
port:
|
||||||
description: HTTPS Port
|
description: HTTPS Port
|
||||||
type: port
|
type: port
|
||||||
default: 8080
|
default:
|
||||||
|
variable: manual.http_proxy.port
|
||||||
|
|
Loading…
Reference in a new issue