const Config = { apiServer: process.env.NEXT_PUBLIC_API_SERVER || 'http://localhost:3001', }; export default Config;