{
  //"doSiteClass": true,

  "webServer": true,
  "siteDomain": "spin.bartonphillips.org",
  "siteName": "Spin",
  "mainTitle": "<h1>Bartonphillips.org on Spin</h1>",
  "title": "Barton-Spin", // this is the <title> item
  "desc": "SiteClass with dbPdo",
  "keywords": "My Home", // meta keywords
  "path": "/var/www/bartonphillips.org",
  "className": "SiteClass",
  "copyright": "Barton L. Phillips",
  "author": "Barton L. Phillips, mailto:bartonphillips@gmail.com",
  "address": "New Bern, North Carolina",
  "masterdb": "barton",

  "dbinfo": {
    "host": "localhost", // USE local database on bartonphillips.org
    "user": "barton", 
    "database": "barton",
    "engine": "mysql",
    //"engine": "sqlite",
    "password": "bartonl411",
    "DUMMY": null 
  },
  
  "errorMode": {
    "development": false, // development automatically sets email to true.
                         // If development is true then noEmail will be
                         // set to true unless noEmail is set to false!
                         // Only false not null or just missing.
    "noEmail": null, 
    "noHtml": false,
    "noOutput": false,
    "DUMMY": null
  },
  "aboutwebsite": "<h2><a target='_blank' href='https://bartonlp.com/otherpages/aboutwebsite.php?site=Span&domain=span.bartonphillips.org'>About This Site</a></h2>",

  // Our local 'includes'
  "headFile": "./includes/head.i.php",
  "bannerFile": "./includes/banner.i.php",
  "footerFile": "./includes/footer.i.php",

  "trackerImg1": "/images/blp-image.png",
  
  "EMAILADDRESS": "bartonphillips@gmail.com",
  "EMAILRETURN": "bartonphillips@gmail.com",
  "EMAILFROM": "bartonphillips@gmail.com"
}
