mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-03-04 05:59:52 +00:00
initial commit
This commit is contained in:
7
lib/config.js
Normal file
7
lib/config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var _ = require('lodash');
|
||||
var config = require('../config.json');
|
||||
var env = process.env.NODE_ENV || 'development';
|
||||
|
||||
module.exports = _.merge({}, config.all, config[env]);
|
||||
Reference in New Issue
Block a user