mozu-node-sdk
Version:
Mozu JavaScript SDK for Node.js and Arc.js environments
17 lines (16 loc) • 342 B
JavaScript
var testContext;
try {
testContext = require('../mozu.test.config.json');
} catch(e) {
testContext = {
appKey: 'nothing',
sharedSecret: '12345',
baseUrl: 'http://example.com',
developerAccountId: 1,
developerAccount: {
emailAddress: 'test@example.com'
},
tenantId: 1
};
}
module.exports = testContext;