function devEnviron() {
  environ = 'Production';
  // environ = 'Development';
  
return environ;
} // end devEnviron function