adonis-cor-sdk
Version:
Package inspired in Services to provide support to COR API Integration.
18 lines (15 loc) • 400 B
JavaScript
/*
* adonis-cor-sdk
*
* (c) Daniel Guzman <daniel@projectcor.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
const prodVariables = {
apiEndpoint: 'https://integrations.projectcor.com/',
environmentName: 'Production Environment',
envName: 'live'
};
module.exports = prodVariables;