We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Below is sample configuration file for a local environment setup. Make sure that you create this file in the config folder: config/local.json
config/local.json
Note: You can modify this file to include any additional property that is defined in config/config.js.
config/config.js
{ "bin": { "protocol": "http", "host": "127.0.0.1", "port": 4000, "domain": "localhost", "proxyPort": 4001 }, "github": { "clientId": "<CLIENT_ID>", "clientSecret": "<CLIENT_SECRET>" }, "redis": { "host": "127.0.0.1", "port": 6379 } }