volos-util-apigee
Version:
Apigee Edge Utils
13 lines (11 loc) • 327 B
JavaScript
/*
* Copy this file to "config.js" and edit the defaults for your environment
*/
exports.organization = ORGANIZATION
exports.application = 'employees'
exports.clientId = CLIENT_ID
exports.clientSecret = CLIENT_SECRET
exports.username = 'demo'
exports.password = 'demo'
exports.tokenExpiration = 60000
exports.logging = true