Skip to content

Commit

Permalink
feat: config added
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Dec 22, 2023
1 parent 080da1c commit 6d812ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const POTLATCH2_EDITOR_URL =
export const RAPID_EDITOR_URL =
process.env.REACT_APP_RAPID_EDITOR_URL || 'https://mapwith.ai/rapid';
export const EXPORT_TOOL_S3_URL = process.env.REACT_APP_EXPORT_TOOL_S3_URL || '';
export const ENABLE_EXPORT_TOOL = process.env.REACT_APP_ENABLE_EXPORT_TOOL || '';

export const TASK_COLOURS = {
READY: '#fff',
Expand Down

0 comments on commit 6d812ed

Please sign in to comment.