1.0.8 • Published 5 years ago

@ossmo/prohashing-daemon v1.0.8

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
5 years ago

@ossmo/prohashing-daemon

This watches the prohashing API for updates, and inserts the updates into a Postgresql database.

Environment variables

The following variables must be set in your environment.

  • PROHASHING_API_KEY: Proshashing API key
  • PGHOST: Postgresql host
  • PGPASSWORD: Postgresql password
  • PGUSER: Postgresql username
  • PGDATABASE: Postgresql database name
  • PGPORT: Postgresql port