[tutorial v1.1_041] A default value calculated from another variable

This commit is contained in:
egarette@silique.fr 2026-01-08 20:22:23 +01:00
parent 2b0dda3b74
commit f27ab8f75f

View file

@ -10,12 +10,11 @@ manual:
address:
description: HTTPS address
type: domainname
params:
allow_ip: true
default:
variable: __.http_proxy.address
port:
description: HTTPS Port
type: port
default: 8080
default:
variable: __.http_proxy.port
...