UNPKG

@octopusx/ndk

Version:

octopus x sdk to connect to the octopusx grids and services

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