26 lines
975 B
Text
26 lines
975 B
Text
== dictionaries/rougail/00-base.yml
|
|
|
|
[,yaml]
|
|
----
|
|
version: '1.1'
|
|
variable:
|
|
description: a domain name variable
|
|
type: domainname
|
|
default: my.domain.name
|
|
params:
|
|
allow_ip: true
|
|
----
|
|
== Variables pour "rougail"
|
|
|
|
[cols="114a,114a",options="header"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
**rougail.variable** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `obligatoire` |
|
|
A domain name variable. +
|
|
**Validator**: le nom de domaine peut être une IP +
|
|
**Défaut**: my.domain.name
|
|
|====
|
|
|
|
|