As the name implies, this is used by supernode service
log-config:
log-file: # e.g: logs.json - by default, logs are only written to stdout
log-compress: true # compress log or not
log-max-size-mb: 100 # maximum log file size before rotate to new file
log-max-age-days: 3 # maximum duration to retain old log files based on the timestamp encoded in their filename
log-max-backups: 10 # set the maximum number of old log files to retain
log-levels: # log level of individual files
common: debug
p2p: debug
metadb: info
dd: info
temp-dir:
work-dir:
rq-files-dir:
dd-service-dir:
node:
pastel_id: <<pastel_id>>
pass_phrase: <<passphrase>>
server:
listen_addresses: "0.0.0.0"
port: 14444
p2p:
listen_address: "0.0.0.0"
port: 14445
data_dir: "p2p-data"
raptorq:
host: "rq-server-1"
port: 50051
dd-server:
host: "dd-server-1"
port: 50052
dd-temp-file-dir: "dd-server"
walletnode.yml
As the name implies, this is used by walletnode service. Its default location is pastel config directory.
log-config:
log-level: info
log-file: /home/user/.pastel/walletnode.log
log-compress: true
log-max-size-mb: 100
log-max-age-days: 3
log-max-backups: 10
quiet: false
temp-dir: /home/user/.pastel/tmp
work-dir: /home/user/.pastel
rq-files-dir: /home/user/.pastel/rqfiles
node:
api:
hostname: "localhost"
port: 8080
burn_address: <<burn_address>>
raptorq:
host: "localhost"
port: 50051
bridge:
address: "localhost"
port: 60061
switch: false // use bridge service or not.
//If true, bridge service must be available.
hermes.yml
This is used by hermes service. Hermes service runs on supernodes.
log-config:
log-file: # e.g: logs.json - by default, logs are only written to stdout
log-compress: true # compress log or not
log-max-size-mb: 100 # maximum log file size before rotate to new file
log-max-age-days: 3 # maximum duration to retain old log files based on the timestamp encoded in their filename
log-max-backups: 10 # set the maximum number of old log files to retain
log-levels: # log level of individual files
common: debug
p2p: debug
metadb: info
dd: info
work-dir:
rq-files-dir:
dd-service-dir:
quiet: false
pastel_id: <<pastel_id>>
pass_phrase: <<passphrase>>
sn_host: "localhost"
sn_port: 14444
bridge.yml
This is used by bridge service. Bridge Service is used with walletnode service as an option to speed up thumbnails retrieval as part of retrieving NFT data from walletnode APIs