Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
isProduction = () => process.env.NODE_ENV ===
"production"
;
2
3
const
getRedisEnvValue = (name, overridePrefix = null) => {
4
const
suffix = isProduction() ?
""
:
"_DEV"
;
Callers
3
getRedisEnvValue
Function · 0.85
hasRedisOverrides
Function · 0.85
getRedisOptions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected