[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 : or : # Type: string server_addr= ################### # server_secret_key # Used to calculate HMAC 256 hash for the request JSON # Type: string server_secret=9llVmlSjW7RW7bcdDeiQ0JyfMRDlWcEQviC8q7BS ################### # license_key # License key to validate the request with. # Type: string license_key= ################### # 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= [/QtLicenseDaemon]