const enviromentConfig = { development: { endPoint: "https://localhost:44386", }, production: { endPoint: "", }, }; export default enviromentConfig;