/home/crealab/riscatto.brainware.com.co/wp-content/plugins/sfwd-lms/includes/licensing/configs.php
<?php
defined( 'ABSPATH' ) || exit;

if ( ! defined( 'LICENSING_SITE' ) ) {
	define( 'LICENSING_SITE', 'https://checkout.learndash.com' );
}

if ( ! defined( 'REMOTE_SITE' ) ) {
	define( 'REMOTE_SITE', 'https://remote.learndash.com' );
}

const BASE_REST = 'learndash/v2';