MCPcopy
hub / github.com/chartbrew/chartbrew / isProduction

Function isProduction

server/redisConnection.js:1–1  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const isProduction = () => process.env.NODE_ENV === "production";
2
3const getRedisEnvValue = (name, overridePrefix = null) => {
4 const suffix = isProduction() ? "" : "_DEV";

Callers 3

getRedisEnvValueFunction · 0.85
hasRedisOverridesFunction · 0.85
getRedisOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected