Skip to main content

Setup Flowgine license key

Flowgine 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.

  flowgine: {
enabled: true, // ❗️ Caution: disabling the plugin will wipe previous data from the database.
config: {
licenseKey: env("FLOWGINE_LICENSE_KEY"), // ⚡️ Please enter your license key in this environment variable
},
},