MCPcopy
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 */
208const isPostgres = () => {
209 instance === null && configure();
210 return instance.database.engine === postgresEngine;
211};
212
213/**
214 * Are we running in debug mode?

Callers 1

castJsonIfNeedFunction · 0.90

Calls 1

configureFunction · 0.85

Tested by

no test coverage detected