3be783fc40a9444818d9d71e93e8ba46bfb8887b
[osm/riftware.git] /
1 options:
2   proxied_ip:
3     description: The IP address of the All-in-One node to manage
4     type: string
5   password:
6     default: cw-aio
7     description: The login password of the All-in-One node to manage (default is very likely correct)
8     type: string
9   home_domain:
10     default: example.com
11     description: The home domain for this service
12     type: string
13   base_number:
14     default: "1230000000"
15     description: The first number to be allocated in the number range
16     type: string
17   number_count:
18     default: 1000
19     description: The count of numbers to allocate
20     type: int