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

8 lines
118 B
JavaScript
Raw Normal View History

2014-01-06 08:33:58 -08:00
'use strict';
module.exports = {
2014-01-06 09:37:32 -08:00
db: "mongodb://localhost/mystery",
app: {
name: "Mystery - Production"
}
2014-01-06 08:33:58 -08:00
}