<?xml version="1.0" encoding="utf-8" ?>
<!--
  FSR record exporter config.
  Put this file next to plugin.fsr.php in your XAseco  plugins/  folder,
  named exactly  config.fsr.xml , and fill in your values.

  api_url : your FSR website root (no trailing slash), e.g. http://fullspeedrewind.com
  api_key : generate under  Admin -> Integrations -> "Plugin / API access"
-->
<settings>
    <api_url>http://YOUR-FSR-DOMAIN</api_url>
    <api_key>fsr_XXXXXXXXXXXXXXXXXXXXXXXX</api_key>
</settings>
