mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 04:24:56 -06:00
14 lines
339 B
JavaScript
14 lines
339 B
JavaScript
// @flow
|
|
|
|
// @public
|
|
// export const BASE_URL = 'aretherecookies.herokuapp.com';
|
|
|
|
// @home
|
|
export const BASE_URL = '192.168.1.247:3000';
|
|
|
|
// @stouthaus
|
|
// export const BASE_URL = '192.168.1.181:3000';
|
|
|
|
export const GoogleAPIKey = 'AIzaSyBfMm1y6JayCbXrQmgAG1R3ka4ZOJno_5E';
|
|
|
|
export const auth0ClientId = '4p1BPIX4L6iwTv5gl3ZpHpU4Ye5YatQ3';
|