Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix environment default name
  • Loading branch information
ShMcK committed Jan 21, 2020
commit 8c0788689f9955c0dd9c99df6aefbb66fc25aa5c
2 changes: 1 addition & 1 deletion web-app/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export const GQL_URI: string =
process.env.REACT_APP_GQL_URI || 'https://33mf420q4m.execute-api.us-west-2.amazonaws.com/stage/api-stage'
export const DEBUG: boolean = (process.env.REACT_APP_DEBUG || '').toLowerCase() === 'true'
export const VERSION: string = process.env.VERSION || 'unknown'
export const NODE_ENV: string = process.env.NODE_ENV || 'producton'
export const NODE_ENV: string = process.env.NODE_ENV || 'production'