1.0.0 • Published 4 years ago

@centreea/zoho-postgres-token-management v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Zoho Postgres Token Management

Module for getting Zoho's Javascript SDK to save tokens to an Amazon RDS postgres database.

Requires that the following environment variables be set:

DB_HOST=your-rds-hostname.rds.amazonaws.com
DB_DATABASE=postgres # may be different if you've created a different database
DB_USER=postgres # may be different if you've created a different superuser
DB_PASSWORD=MySuperSecretDBPassword