Skip to content

Commit

Permalink
add RAY_INIT setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Mar 14, 2024
1 parent ec4c26a commit ee5aef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ services:
- SIGAN_POWER_SWITCH
- SIGAN_POWER_CYCLE_STATES
- STARTUP_CALIBRATION_ACTION
- RAY_INIT
- RUNNING_MIGRATIONS
- USB_DEVICE
expose:
Expand Down
1 change: 1 addition & 0 deletions src/sensor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,3 +451,4 @@
os.environ["RUNNING_TESTS"] = str(RUNNING_TESTS)
USB_DEVICE = env("USB_DEVICE", default=None)
STARTUP_CALIBRATION_ACTION = env("STARTUP_CALIBRATION_ACTION", default=None)
RAY_INIT = env.bool("RAY_INIT", default=False)

0 comments on commit ee5aef6

Please sign in to comment.