Skip to content

Instantly share code, notes, and snippets.

@rikukissa
Created July 21, 2014 21:11
Show Gist options
  • Select an option

  • Save rikukissa/6441fd644b00c589367b to your computer and use it in GitHub Desktop.

Select an option

Save rikukissa/6441fd644b00c589367b to your computer and use it in GitHub Desktop.
config
/*jslint node: true */
'use strict';
var _ = require('lodash');
var config = require('../../config.json');
var env = process.env.NODE_ENV || 'development';
module.exports = _.merge({}, config.all, config[env]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment