From f27ab8f75fc91719dae880089650a21272f88e5c Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 8 Jan 2026 20:22:23 +0100 Subject: [PATCH] [tutorial v1.1_041] A default value calculated from another variable --- firefox/20-manual.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index 442fb2d..c12ed3f 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -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 ...