-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Rewards
Nejc Zdovc edited this page Nov 13, 2018
·
19 revisions
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.
npm run start -- --rewards=[options]
[path-to-your-package] -- --rewards=[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. |
(replace ... with version that you are running it)
... -- --rewards=env=stag
(single)
... -- --rewards=env=stag,reconcile-interval=5
(multiple)