aretherecookies-mobile/js/constants/AppConstants.js
2020-03-29 19:47:33 +00:00

12 lines
271 B
JavaScript

// @flow
// @public
// export const BASE_URL = 'aretherecookies.herokuapp.com';
// @home
// export const BASE_URL = '192.168.1.8:3000';
// @stouthaus
export const BASE_URL = '192.168.1.181:3000';
export const GoogleAPIKey = 'AIzaSyBfMm1y6JayCbXrQmgAG1R3ka4ZOJno_5E';