Skip to content

Commit

Permalink
Make obvious which config to change
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar authored Dec 4, 2024
1 parent 4ed5d8c commit 12d5e2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Standalone Electrumx:
```
docker run -d \
-v electrumx-data:/data \
-e DAEMON_URL=http://RPCUSER:RPCPASSWORD@localhost:18888 \
-e DAEMON_URL=http://rpcuser:rpcpassword@localhost:18888 \
-e COIN=Firo \
-p 50002:50002 \
electrumx
Expand Down
5 changes: 3 additions & 2 deletions cfg/firo.conf.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# For use with non-containerized firod
rpcuser=RPCUSER
rpcpassword=RPCPASSWORD
rpcuser=rpcuser
rpcpassword=rpcpassword
disablewallet=1
daemon=1

rpcallowip=::/0

# Allows use with Stack Wallet and Campfire
# Changing this requires reindexing firod
mobile=1
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
volumes:
- electrumx-data:/data
environment:
- DAEMON_URL=DAEMON_URL=http://RPCUSER:RPCPASSWORD@firod:8888
- DAEMON_URL=DAEMON_URL=http://rpcuser:rpcpassword@firod:8888
- COIN=Firo

volumes:
Expand Down

0 comments on commit 12d5e2a

Please sign in to comment.