<?xml version="1.0" encoding="ISO-8859-1"?>
<configuration>
  <path name="db">
    <configValue name="server">localhost</configValue>
    <configValue name="username">cvboysba_music</configValue>
     <configValue name="passwd">djobisea</configValue>
    <configValue name="database">cvboysba_music</configValue>
  </path>
  <configValue name="modules">
          <configValue>core</configValue>
          <configValue>123-music-admin</configValue>
          <configValue>123-music-shop</configValue>
          <configValue>paypal</configValue>
  </configValue>
  <path name="security">
          <configValue name="login_process">LoginProcesses-Start</configValue>
          <configValue name="login_page">admin/login</configValue>
  </path>
  <path name="paypal">
          <configValue name="business">sales@cvboysband.com</configValue>
          <configValue name="return">process:InvoiceProcess-Details</configValue>
          <configValue name="cancel_return">process:ShopfrontProcess-Start</configValue>
  </path>
  <path name="downloads">
          <configValue name="link_limit">3</configValue>
          <configValue name="expire">24</configValue>
  </path>
  <path name="generalinfo">
          <configValue name="siteowner">CV BOYS band</configValue>
          <configValue name="sitename">CV BOYS band</configValue>
          <configValue name="siteemail">sales@cvboysband.com</configValue>
          <configValue name="programurl">http://music.cvboysband.com</configValue>
          <configValue name="programpath">/home/cvboysba/public_html/music</configValue>
          <configValue name="filestorage">/home/cvboysba/public_html/music</configValue>
          <configValue name="ip">[g.ip]</configValue>
          <configValue name="loglevel">[g.loglevel]</configValue>
          <configValue name="proxyurl">[g.proxyurl]</configValue>
          <configValue name="proxyport">[g.proxyport]</configValue>
  </path>
  <path name="downloadmail">
    <configValue name="format">[dm.format]</configValue>
    <path name="mailbody">
        <configValue name="html">[dm.htmlbody]</configValue>
        <configValue name="text">[dm.textbody]</configValue>
    </path>
  </path>
  <path name="admin">
          <configValue name="email">sales@cvboysband.com</configValue>
  </path>
  <path name="xir">
          <configValue name="on">[xir.ind]</configValue>
          <configValue name="off">[xir.xnd]</configValue>
  </path>
  <path name="product">
          <configValue name="upload">http</configValue>
          <configValue name="st_currency">USD</configValue>
          <configValue name="paging">5</configValue>
  </path>
  <path name="currency">
          <configValue name="eur">1</configValue>
          <configValue name="gbp">1</configValue>
          <configValue name="cad">1</configValue>
          <configValue name="usd">1</configValue>
          <configValue name="jpy">1</configValue>
          <configValue name="aud">[cc.aud]</configValue>          
  </path>
  <path name="st_product_price">
          <configValue name="eur">6.80</configValue>
          <configValue name="gbp">5.36</configValue>
          <configValue name="cad">10.62</configValue>
          <configValue name="usd">9.99</configValue>
          <configValue name="jpy">1099.41</configValue>
          <configValue name="aud">[spp.aud]</configValue>          
  </path>
  <path name="st_song_price">
          <configValue name="eur">0.67</configValue>
          <configValue name="gbp">0.53</configValue>
          <configValue name="cad">1.05</configValue>
          <configValue name="usd">0.99</configValue>
          <configValue name="jpy">108.95</configValue>
          <configValue name="aud">[ssp.aud]</configValue>          
  </path>
  <path name="min_revenue">
          <configValue name="eur">00.00</configValue>
          <configValue name="gbp">00.00</configValue>
          <configValue name="cad">00.00</configValue>
          <configValue name="usd">00.00</configValue>
          <configValue name="jpy">00.00</configValue>          
          <configValue name="aud">[rev.aud]</configValue>
  </path>
</configuration>





