Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Use 127.0.0.1 instead of localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoulter committed Nov 14, 2017
1 parent d4810db commit 28b30bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const initialSettings = {
verboseLogging: false,
firstRun: true,
server: {
hostname: "localhost",
hostname: "127.0.0.1",
port: 7545,
network_id: 5777,
total_accounts: 10,
Expand Down

0 comments on commit 28b30bc

Please sign in to comment.