Skip to content

Commit

Permalink
Always display source API
Browse files Browse the repository at this point in the history
  • Loading branch information
rdgfuentes committed Sep 17, 2021
1 parent 6f29ecf commit 4f5e9fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions applications/vessel-history/src/data/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export const SEARCH_MIN_CHARACTERS = 3
// TODO: Remove this and load searchable datasets from dataview
export const BASE_DATASET =
'public-global-fishing-vessels:v20201001,public-global-carrier-vessels:v20201001,public-global-support-vessels:v20201001'
export const SHOW_VESSEL_API_SOURCE =
process.env.REACT_APP_WORKSPACE_ENV === 'production' ? false : true
export const SHOW_VESSEL_API_SOURCE = true

export const API_GATEWAY = process.env.REACT_APP_API_GATEWAY
export const LANDMASS_OFFLINE_GEOJSON = '/data/ne_10m_admin_0_countries_gj.geojson'
Expand Down

0 comments on commit 4f5e9fc

Please sign in to comment.