Skip to content

Commit

Permalink
Add CALIBRATION_EXPIRATION_LIMIT to docker-compose.yml and remove fro…
Browse files Browse the repository at this point in the history
…m settings since it is used in scos-actions.
  • Loading branch information
dboulware committed Mar 14, 2024
1 parent 33f8200 commit bdf6b9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- ADDITIONAL_USER_NAMES
- ADDITIONAL_USER_PASSWORD
- AUTHENTICATION
- CALIBRATE_ON_STARTUP
- CALIBRATION_EXPIRATION_LIMIT
- CALLBACK_AUTHENTICATION
- CALLBACK_SSL_VERIFICATION
- CALLBACK_TIMEOUT
Expand Down
1 change: 0 additions & 1 deletion src/sensor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,5 +450,4 @@
MAX_FAILURES = env("MAX_FAILURES", default=2)
os.environ["RUNNING_TESTS"] = str(RUNNING_TESTS)
USB_DEVICE = env("USB_DEVICE", default=None)
CALIBRATION_EXPIRATION_LIMIT = env("CALIBRATION_EXPIRATION_LIMIT", default=None)
STARTUP_CALIBRATION_ACTION = env("CALIBRATE_ON_STARTUP", default=None)

0 comments on commit bdf6b9f

Please sign in to comment.