UNPKG

adonis-cor-sdk

Version:

Package inspired in Services to provide support to COR API Integration.

18 lines (15 loc) 406 B
'use strict' /* * 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 devVariables = { apiEndpoint: 'https://integrations.sandbox.projectcor.com/', environmentName: 'Sandbox Environment', envName: 'sandbox' }; module.exports = devVariables;