[tutorial v1.1_003] Set a default value
Now we can define the default value of this variable. If the user doesn't touch this variable's value, the value is "No proxy" As user intervention is no more required, so the variable change it's default mode too (from "basic" to "standard").
This commit is contained in:
parent
bf601c5d17
commit
bbd8f9a6fa
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
|||
---
|
||||
version: 1.1
|
||||
|
||||
proxy_mode: # Configure Proxy Access to the Internet
|
||||
proxy_mode: No proxy # Configure Proxy Access to the Internet
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue