f3rno / moonbeam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

moonbeam

Moonbeam manages eosfinex users historical data and account management activities.

Setup

  • Create a config/<ENV>.js file for the environment you're planning to use. config/<ENV>.js extends config/default.js. More info here
  • Fill in properties to override or extend config/default.js ones
  • Use NODE_ENV=<ENV> when you start application to use config/<ENV.js>
  • In order to override config on application start, check here
NODE_ENV=[test/development/production] node worker.js

indexes

  1. messages indexes
  2. affiliate indexes
  3. user indexes
  4. usersettings indexes

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%