Runtime options can now be specified in ops/runtime_options.py, and they
will automatically be picked up from environment variables, command-line
options or specified in a SAME config file. Allows us to remove a lot of
hacks where we inject stuff into the SAME config in different places.
Runtime options can now be specified in
ops/runtime_options.py
, and they will automatically be picked up from environment variables, command-line options or specified in a SAME config file. Allows us to remove a lot of hacks where we inject stuff into the SAME config in different places.