Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 600 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 600 Bytes

How to run

Setup

Install dependencies:

npm install

Build:

npm run build

Update ./datahog.config.json.

Start:

npm run start

Note: This service is used by https://github.com/noia-network/noia-master.

Config config.json options

key value Description
user string Database user.
password string Database user password.
host string Database hostname .
port string Database port.
database string Database name.