# Identity CONTINUUM_GATEWAY_ID=gw-farm01-rpi01 CONTINUUM_FARM_ID=replace-with-farm-uuid CONTINUUM_GATEWAY_TOKEN=replace-with-provisioning-token # Cloud uplink CONTINUUM_UPLINK_URL=wss://api.continuum.local/ws/edge/v1 # go2rtc process management CONTINUUM_GO2RTC_BIN=/usr/local/bin/go2rtc CONTINUUM_GO2RTC_CONFIG=./go2rtc.yaml # Bambu MQTTS certificate trust. Most printers verify fine against the # bundled shared CA (certs/bambu_ca2.pem) and need nothing here. For a # printer that doesn't chain to it (P1P, at least), add "printer_id=path" # entries, comma-separated: CONTINUUM_BAMBU_CA_CERT_OVERRIDES=p1=./certs/p1p.pem CONTINUUM_BAMBU_CA_CERT_OVERRIDES= CONTINUUM_BAMBU_REQUIRE_VALID_CERT=true RUST_LOG=info,continuum_proxy=debug