Skip to content

Commit

Permalink
maintained featureFlags to production settings
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAst committed Aug 24, 2019
1 parent 52aed6d commit d7efcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/featureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
// - PRODUCTION: LOCATION.DEVICE (actual device location)
// - DEMO: LOCATION.GlenCarbonIL (using WIFI at DEMO, outside of GC, but persistent data is in GC)
// - OTHER: LOCATION.whatever (mock to whatever you want)
location: LOCATION.GlenCarbonIL,
location: LOCATION.DEVICE,

// value-added GPS location heuristic
// ... regulates getCurPos() service (real/mocked)
Expand Down

0 comments on commit d7efcbc

Please sign in to comment.