scos-sensor icon indicating copy to clipboard operation
scos-sensor copied to clipboard

Environment variables should be used for all configuration

Open aromanielloNTIA opened this issue 11 months ago • 0 comments

Right now, there are two configuration bits which are not handled through environment variables:

  1. The shm_size shared memory setting for the API container
  2. The disk device /dev/nvme0n1 used by the API container

Environment variables should be added to env.template to control these. Aside from these two things, all configuration takes place in the env file.

aromanielloNTIA avatar Mar 22 '24 18:03 aromanielloNTIA