16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
|
|
# 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
|
||
|
|
A_PW=changeme # node A (default URL http://192.168.1.116)
|
||
|
|
B_PW=changeme # node B (default URL https://192.168.1.228)
|
||
|
|
#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
|