insight-ui-zcash/config/env/production.js

9 lines
120 B
JavaScript
Raw Normal View History

2014-01-06 08:33:58 -08:00
'use strict';
module.exports = {
2014-01-17 06:46:12 -08:00
db: 'mongodb://localhost/insight',
2014-01-06 09:37:32 -08:00
app: {
2014-01-17 06:46:12 -08:00
name: 'Insight - Production'
2014-01-06 09:37:32 -08:00
}
2014-01-17 06:46:12 -08:00
};