Due to a chicken/egg issue where env var overrides aren't loaded until after server.json env vars are added to the CommandBox environment. Need to figure out how to work around this. Note the current order of operations is already very tricky.
Note this issues does NOT affect the “env” struct stored directly in the server.json file.
This doesn't work:
Due to a chicken/egg issue where env var overrides aren't loaded until after server.json env vars are added to the CommandBox environment. Need to figure out how to work around this. Note the current order of operations is already very tricky.
Note this issues does NOT affect the “env” struct stored directly in the server.json file.