aboutsummaryrefslogtreecommitdiffstats
path: root/qtlicd.ini
blob: b7ae8042ec7293f9892daee9b72b7cd08fd4716b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64

[QtLicenseDaemon]
############
# Qt Licenser Daemon global settings
# These setings will override all the defaults which are set in licenser.h
#
## Note! Do not use any whitespaces within the values!

###################
# server_addr
# Address of the license server, either local or remote (cloud).
# Must be in form <xxx.yyy.zzz.vvv>:<port> (port setting also there)
# Type: string
server_addr=10.0.128.123:8080
###################
# server_secret_key
# Used to calculate HMAC 256 hash for the request JSON
# Type: string
server_secret=9llVmlSjW7RW7bcdDeiQ0JyfMRDlWcEQviC8q7BS
###################
# reservation_access_point
# License server REST access point for normal license reservation requests
# Type: string
reservation_access_point=/api/v2/reservations
###################
# long-term_access_point
# License server REST access point for long-term license reservation requests
# Type: string
permanent_access_point=/api/v2/reservations/long-term
###################
# version_query_access_point
# License server REST access point for version query requests
# Type: string
version_query_access_point=/api/v2/ping
###################
# moc_renewal_interval
# Duration (in hours) after which MOC license requests will be renewed (request forwarded to the server).
# In the meantime, timestamp stored in the license file will be used
# Type: int
moc_renewal_interval=24
###################
# squish_report_interval
# Duration (in secs) between update calls to the server while Squish is working.
# Type: int
squish_report_interval=5
###################
# coco_update_interval
# Duration (in secs) between update calls to the server while Coco is working.
# Type: int
coco_update_interval=5
###################
# TCP/IP port where the daemon is listening for requests
tcp_listening_port=60000
###################
# hw_id
# Calculated hardware ID of the host machine. This is empty by default, will be calculated in the first daemon run.
# Can be recalculated by deleting the value (making it empty again) and restarting the daemon
# Type: string
hw_id=
# user_settings_tag
# Tag under which user settings should reside
# Type: string

[/QtLicenseDaemon]