mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Add example config files for docker.
This commit is contained in:
16
docker/coindata/particl/particl.conf
Normal file
16
docker/coindata/particl/particl.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
[main]
|
||||
port=14792
|
||||
rpcport=19792
|
||||
daemon=0
|
||||
printtoconsole=0
|
||||
server=1
|
||||
#debug=1
|
||||
debugexclude=libevent
|
||||
zmqpubsmsg=tcp://127.0.0.1:20792
|
||||
acceptnonstdtxn=0
|
||||
spentindex=1
|
||||
txindex=1
|
||||
|
||||
# Load a random initial wallet master key
|
||||
createdefaultmasterkey=1
|
||||
Reference in New Issue
Block a user