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.js
toserver.config.js
- Open
server.config.js
in a text-editor -
Replace the GitHub
client_id
andclient_secret
values with your newly created applications ones.Screenshot of the GitHub configuration
-
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