Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NginxProxyManager/nginx-proxy-manager
/ isPostgres
Function
isPostgres
backend/lib/config.js:208–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
* @returns {boolean}
207
*/
208
const
isPostgres = () => {
209
instance === null && configure();
210
return
instance.database.engine === postgresEngine;
211
};
212
213
/**
214
* Are we running in debug mode?
Callers
1
castJsonIfNeed
Function · 0.90
Calls
1
configure
Function · 0.85
Tested by
no test coverage detected