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

8 lines
118 B
JavaScript
Executable File

'use strict';
module.exports = {
db: "mongodb://localhost/mystery",
app: {
name: "Mystery - Production"
}
}