/Bounty

Web site provides on-line bonus plan

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Bounty

Web site provides on-line bonus plan

Get Started

Create file credentials.js under root folder as below

module.exports = {
    // this file is supposed to be overwritten in production environment
    host : "localhost",
    user : "admin",
    pass : "pass"
}