aboutsummaryrefslogtreecommitdiffstats
path: root/licd.ini
blob: c9ee56f2db9e66111708e189db477c42b5a0e36f (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

[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
long-term_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=300
###################
# 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. Goes obsolete as soon it can be calculated on the fly
# Type: string
hw_id=c31aa37762ef3bb84e09eeea0bc9bccb6b96a81b2657b1a356ec51709975a5ea
# user_settings_tag
# Tag under which user settings should reside
# Type: string

[/QtLicenseDaemon]