mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 08:14:42 +00:00
Update the external pub node (vps-chi at 217.77.8.91) to use its real persistent npub instead of a fabricated test key. Remove the unnecessary nsec from the external node definition.
14 lines
566 B
Bash
14 lines
566 B
Bash
# FIPS sidecar default configuration.
|
|
# Override these values or create a .env.local file.
|
|
|
|
# Node identity (hex-encoded secret key).
|
|
# WARNING: This is a development-only default. In production, use Docker
|
|
# secrets or a vault — never commit real keys to version control.
|
|
FIPS_NSEC=e752b92aed3ac1595807f5d0eb5125589fbec0a2cfd3a2948d87ea076557deeb
|
|
|
|
# Peer configuration (leave empty for standalone operation)
|
|
FIPS_PEER_NPUB=npub1qmc3cvfz0yu2hx96nq3gp55zdan2qclealn7xshgr448d3nh6lks7zel98
|
|
FIPS_PEER_ADDR=217.77.8.91:2121
|
|
FIPS_PEER_ALIAS=vps
|
|
FIPS_PEER_TRANSPORT=udp
|