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.
- Clone this repo
- Navigate into the repo and copy
server.config.example.jstoserver.config.js - Open
server.config.jsin a text-editor -
Replace the GitHub
client_idandclient_secretvalues with your newly created applications ones.Screenshot of the GitHub configuration

-
Replace the
mongodbvalue with your newly created mLab URL (or dedicated MongoDB URI), in the format:mongodb://<dbuser>:<dbpassword>@XXXX.mlab.com:XXXX/injectifyScreenshot of the MongoDB configuration
