2026-07-08 19:08:55 -04:00
|
|
|
# Local credentials for the multinode test suites — copy to tests/multinode/.env
|
|
|
|
|
# (git-ignored) and fill in. Sourced automatically by lib/multinode.bash.
|
|
|
|
|
# NEVER commit real node passwords.
|
|
|
|
|
|
|
|
|
|
# smoke.sh / repro-federation-sync.sh
|
2026-08-07 10:53:25 -04:00
|
|
|
A_PW=changeme # node A (default URL http://192.0.2.12)
|
|
|
|
|
B_PW=changeme # node B (default URL https://192.0.2.10)
|
2026-07-08 19:08:55 -04:00
|
|
|
#C_URL=https://x.x.x.x # optional third node
|
|
|
|
|
#C_PW=changeme
|
|
|
|
|
|
|
|
|
|
# meshtastic.sh
|
|
|
|
|
MA_PW=changeme
|
|
|
|
|
MB_PW=changeme
|
|
|
|
|
#MC_URL=https://x.x.x.x
|
|
|
|
|
#MC_PW=changeme
|