Skip to content

Commit

Permalink
Update frontend/cli_to_rails_proxy.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Kuchin <[email protected]>
  • Loading branch information
machisuji and toy committed Sep 30, 2024
1 parent 7c1b539 commit 8c70afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cli_to_rails_proxy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PROXY_HOSTNAME = process.env.PROXY_HOSTNAME || 'localhost';
const PROXY_HOSTNAME = process.env.PROXY_HOSTNAME || process.env.HOST || 'localhost';
const PORT = process.env.PORT || '3000';

const PROXY_CONFIG = [
Expand Down

0 comments on commit 8c70afc

Please sign in to comment.