Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Aug 29, 2024
1 parent 7b39dcc commit 4141651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

case ENV.fetch('HOST', nil)
when 'localhost', 'http://localhost:8080'
BASE_URL = 'http://localhost:8080'
BASE_URL = 'http://127.0.0.1:8080'
PUBLIC_URL = 'http://localhost:8081'
STAFF_URL = BASE_URL
else
Expand Down

0 comments on commit 4141651

Please sign in to comment.