<?php
/**
 * Optional license API keys for PR_License_Provision (not committed to git).
 * Copy to license-provision.local.php on the shop server, or configure plb_settings in WP Admin.
 */
return array(
    'exp_api_key'  => 'same as LICENSE_INTERNAL_API_KEY on exp.persianlicense.xyz',
    'exp2_api_key' => 'same as LICENSE_INTERNAL_API_KEY on exp2.persianlicense.xyz',
);
