...
Info |
---|
Note the following:
|
Anchor | ||||
---|---|---|---|---|
|
The license_server
settings configure the TCP port and bind addresses for the license server. The license_server
settings are detailed below.
...
borrow:
access:
- feature: 'f1'
allow:
users:
- 'bob'
- 'alice'
- feature: 'f2'
allow:
hosts:
- 'localhost'
ip_addresses:
- '1.1.*.*'
- feature: '*'
allow:
users:
- 'test'
- feature: 'f3'
deny:
users:
- 'bob'
- 'alice'
limit:
- feature: 'f5'
hours: 3
- feature: 'f1'
count: 6
ignore:
users:
- 'bob'
- feature: 'f3'
hours: 3
ignore:
hosts:
- 'host666'
- feature: '*'
count: 1
ignore:
ip_addresses:
- '123.123.123.123'
Anchor | ||||
---|---|---|---|---|
|
The licenses
settings define where the license server searches for license files and optionally let you embed license data within the configuration.
...