Skip to main content
Skip table of contents

License activation

In addition to regular licenses in the form of a key, licenses with online verification can also be used. To activate a license, you need to enter the following data into the configuration file:

  • License URL

  • app_secret is a unique value that will be used to verify the license token

  • Application name

All of this information is provided to the user after obtaining the license.

Example of a configuration file

Below is an example of a configuration file.

CODE
APP_ENV=test
APP_DEBUG=true
APP_KEY=base64:5cFzuQlSQKIucVIJUIYrWJuF4GwDBltuZfv/FNOkHWk=
APP_URL=xxx
FRONTEND_URL=xxx
ARCHIVE_DOWNLOAD_URL=xxx
IS_STREAM_URL_UNIQUE=false
BRANCH=

INTERCOM_TESTS_ENABLED=true

LICENSE_SERVER_PUBLIC_KEY=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAJUykh3RYC/RFHvP/vAb3O0Z53NWKWZbhLw0jb3CciEDODCrDiQBnotBXC77c3mPJqxZZLnt3TzBeO7/0aP2QjUCAwEAAQ==

LICENSE_URL=xxx           // Instead of xxx, you need to insert the license URL
LICENSE_APP_SECRET=xxx    // Instead of xxx, you need to insert the app_secret
LICENSE_APP_NAME=xxx      // Instead of xxx, you need to insert the application name
DOWNLOAD_PAGE_ENDPOINT=xxx
SCHEDULE_IS_INTERCOM_ENABLED=true

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.