Skip to content

Rewards

Nejc Zdovc edited this page Nov 13, 2018 · 19 revisions

Flags

This are flags that you can use for rewards. Flags can help you out testing things out, so that you don't need to wait that long or switch between things.

Running it from source

npm run start -- --rewards=[options]

Packaged version

[path-to-your-package] -- --rewards=[options]

Options

Option name Option value Description
env stag or prod You can use this option for switching between production and staging servers
reconcile-interval whole number Define what the interval should be between monthly contributions in minutes.

Usage

(replace ... with version that you are running it)

  • ... -- --rewards=env=stag (single)
  • ... -- --rewards=env=stag,reconcile-interval=5 (multiple)
Clone this wiki locally