Setup Headlockr license key
Headlockr comes with the configuration file below:
Create a new file or edit your existing plugins config file located at ./config/plugins.js|ts
and make sure you copy and paste the license key received from us in the plugins configuration object like below.
headlockr: {
enabled: true, // ❗️ Caution: disabling the plugin will wipe previous data from the database.
config: {
licenseKey: env("HEADLOCKR_LICENSE_KEY"), // ⚡️ Please enter your license key in this environment variable
},
},