Skip to content

Commit

Permalink
Fix: escape dollar sign in currency environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 14, 2025
1 parent dced372 commit c00b145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ VITE_MI_PROPERTY_IMAGE_WIDTH=300
VITE_MI_PROPERTY_IMAGE_HEIGHT=200
VITE_MI_MINIMUM_AGE=21
VITE_MI_PAGINATION_MODE=classic
VITE_MI_CURRENCY=$
VITE_MI_CURRENCY=\$

0 comments on commit c00b145

Please sign in to comment.