Rotate AdaMaps ingest+read keys (env-required, no inline default)
The AdaMaps ingest and read keys are no longer shipped as inline defaults. They must be supplied via environment variables, and the validators hard-fail at boot if either is missing.
This commit is contained in:
parent
992628df02
commit
a678e3ba0c
4 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ RestartSec=10
|
|||
ExecStart=/usr/bin/python3 /home/pi/air-aggregator.py
|
||||
Environment=BEE_URL=http://192.168.197.1:5000
|
||||
Environment=ADAMAPS_URL=https://api.adamaps.org
|
||||
Environment=ADAMAPS_KEY=***REMOVED***
|
||||
Environment=ADAMAPS_KEY=
|
||||
Environment=DEVICE_ID=blackbox-pi
|
||||
Environment=PMS_PORT=/dev/ttyS0
|
||||
Environment=SEND_INTERVAL=10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue