Delete .env.example

This commit is contained in:
Matt
2026-06-09 14:11:30 -04:00
committed by GitHub
parent 524359de9f
commit 88820038ee
-8
View File
@@ -1,8 +0,0 @@
# Docker image tag or fully qualified image reference.
PYMC_REPEATER_IMAGE=pymcdev/pymc-repeater:main
# Host group IDs used for GPIO and SPI device access.
# Raspberry Pi OS commonly uses 986 for gpio and 989 for spi, but check your
# host with `getent group gpio` and `getent group spi`.
GPIO_GID=986
SPI_GID=989