rougail-tests/structures/00_6secret_param/rougail/00-base.yml
2025-04-27 10:25:45 +02:00

24 lines
376 B
YAML

---
version: '1.1'
secret1:
description: the first variable
type: secret
params:
min_len: 10
secret2:
description: the second variable
type: secret
default: value
params:
max_len: 10
forbidden_char:
- $
- ^
secret3:
description: the third variable
type: secret
default: value
params:
max_len: 10
forbidden_char:
- $