Skip to content

Commit

Permalink
Enable voice mode in production
Browse files Browse the repository at this point in the history
  • Loading branch information
ppsreejith committed Nov 15, 2024
1 parent 1cf31c1 commit 8cd89a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ export const configs: Configs = {
AUTH_BASE_URL: SERVER_BASE_URL + conf.AUTH_PATH,
PLANNER_BASE_URL: SERVER_BASE_URL + conf.PLANNER_PATH,
LOGGING_BASE_URL: SERVER_BASE_URL + conf.LOGGING_PATH,
VOICE_ENABLED: false || IS_DEV,
VOICE_ENABLED: true,
}

0 comments on commit 8cd89a9

Please sign in to comment.