[tutorial 034] A calculated default value
This commit is contained in:
parent
2f0f4eff7b
commit
fea6b4b5b2
1 changed files with 4 additions and 1 deletions
|
|
@ -16,9 +16,12 @@ manual:
|
||||||
type: domainname
|
type: domainname
|
||||||
params:
|
params:
|
||||||
allow_ip: true
|
allow_ip: true
|
||||||
|
default:
|
||||||
|
variable: __.http_proxy.address
|
||||||
|
|
||||||
port:
|
port:
|
||||||
description: HTTPS Port
|
description: HTTPS Port
|
||||||
type: port
|
type: port
|
||||||
default: 8080
|
default:
|
||||||
|
variable: __.http_proxy.port
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue