14 lines
616 B
Plaintext
14 lines
616 B
Plaintext
# Copy to `.env` (gitignored) and fill in. Loaded at run time via --env-file /
|
|
# docker-compose env_file — nothing here is ever baked into the image.
|
|
#
|
|
# install.sh writes this file for you (key prompt + auto-detected interface);
|
|
# you only need to edit it by hand for a manual `run.sh` install.
|
|
|
|
# The Gemini API key — REQUIRED.
|
|
SANAD_GEMINI_API_KEY=
|
|
|
|
# Robot DDS interface (the NIC on the R1 internal 192.168.123.x net).
|
|
# OPTIONAL — leave unset to let install.sh / run.sh auto-detect it (falls back
|
|
# to eth10, the standard EDU-backpack name). Pin it only if your robot differs.
|
|
# SANAD_DDS_INTERFACE=eth10
|