function getEnvPath()

in lib/painless-config.js [40:42]


  function getEnvPath(env) {
    return env.replace(/[_-]/g, '.');
  }