UNPKG

@gv-sh/specgen-user

Version:

[![Version](https://img.shields.io/badge/version-0.14.1-blue.svg)](https://github.com/gv-sh/specgen-user)

10 lines (8 loc) 253 B
const config = { API_URL: process.env.REACT_APP_API_URL || 'http://localhost:3000', PORT: process.env.PORT || 3002, TIMEOUT: 5000 }; // Log the API URL to help with debugging console.log('Using API URL:', config.API_URL); export default config;