Skip to content

Commit

Permalink
Changed wallet port from 6883 to 16823
Browse files Browse the repository at this point in the history
Changed DogeChia wallet port from 6883 to 16823 to avoid port conflict with Flax.
  • Loading branch information
Ilmairinen authored Oct 15, 2021
1 parent bc72d9e commit 7651567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dogechia/util/initial-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ full_node:
port: 42069
wallet_peer:
host: *self_hostname
port: 6883
port: 16823
logging: *logging
network_overrides: *network_overrides
selected_network: *selected_network
Expand Down Expand Up @@ -301,7 +301,7 @@ introducer:
public_key: "config/ssl/full_node/public_full_node.key"

wallet:
port: 6883
port: 16823
rpc_port: 46761

enable_profiler: False
Expand Down

0 comments on commit 7651567

Please sign in to comment.