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

return environ;
} // end devEnviron function