UNPKG

docorm

Version:

Persistence layer with ORM features for JSON documents

11 lines 269 B
export const DEFAULT_DOC_ORM_CONFIG = { postgresql: { host: 'localhost', port: 5432, username: 'postgres', password: 'postgres', allowUnknownSslCertificate: false, ssl: true } }; //# sourceMappingURL=config.js.map