Skip to content

Commit

Permalink
Merge branch 'fix/missing-env-prefixes' into 'dev'
Browse files Browse the repository at this point in the history
fix(guard-app, watcher-app): add missing NEXT_PUBLIC prefix to env variables

Closes #54

See merge request ergo/rosen-bridge/ui!83
  • Loading branch information
vorujack committed Nov 5, 2023
2 parents 9960717 + a24fd96 commit cde4211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/guard/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
USE_MOCKED_APIS=false
NEXT_PUBLIC_USE_MOCKED_APIS=false
2 changes: 1 addition & 1 deletion apps/watcher/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
USE_MOCKED_APIS=false
NEXT_PUBLIC_USE_MOCKED_APIS=false

0 comments on commit cde4211

Please sign in to comment.