# forgefixture build settings. Copy to fixture.env (git-ignored) and fill # in; `./fixture.sh env` does the copy and generates the API key. # KEY=value, one per line; quotes around a value are optional. # The wifi network the fixture joins (2.4 GHz; the ESP32-S3 has no 5 GHz). WIFI_SSID= WIFI_PSK= # The key every API request must carry in X-Fixture-Key. The same value # goes into the bench's /data/forgetest/fixture.json. Any string; 32 hex # characters from `openssl rand -hex 16` is what `./fixture.sh env` writes. API_KEY= # The fixture's hostname: announced over mDNS (.local) and in # its DHCP request. Leave empty for forgefixture. HOSTNAME=