Configuration

Tip

In order to actually use Injectify, you first have to setup the configuration file. In the future, you'll be able to do this from the web interface.

  1. Clone this repo
  2. Navigate into the repo and copy server.config.example.js to server.config.js
  3. Open server.config.js in a text-editor
  4. Replace the GitHub client_id and client_secret values with your newly created applications ones.

    Screenshot of the GitHub configuration

    GitHub client ID & secret server.config.js

  5. Replace the mongodb value with your newly created mLab URL (or dedicated MongoDB URI), in the format: mongodb://<dbuser>:<dbpassword>@XXXX.mlab.com:XXXX/injectify

    Screenshot of the MongoDB configuration

    mLab database url server.config.js