UNPKG

@octopusx/ndk

Version:

octopus x sdk to connect to the octopusx grids and services

9 lines (7 loc) 166 B
/* tslint:disable */ require('dotenv').config(); const nodeEnv = process.env.NODE_ENV || 'development'; const API = { timeout: 1000000, }; module.exports = API;