18 lines
222 B
YAML
18 lines
222 B
YAML
|
|
%YAML 1.2
|
||
|
|
---
|
||
|
|
version: 1.1
|
||
|
|
|
||
|
|
proxies:
|
||
|
|
|
||
|
|
username:
|
||
|
|
redefine: true
|
||
|
|
mandatory: false
|
||
|
|
|
||
|
|
password:
|
||
|
|
redefine: true
|
||
|
|
hidden:
|
||
|
|
variable: _.username
|
||
|
|
when: null
|
||
|
|
description: if username is empty
|
||
|
|
...
|