senzing-garage/docker-init-container

Favor SENZING_ENGINE_CONFIGURATION_JSON for all uses of SENZING_DATABASE_URL

Opened this issue · 0 comments

There are cases where we don't support the database given in the SENZING_ENGINE_CONFIGURATION_JSON for instance:

https://github.com/Senzing/docker-init-container/blob/b9578483fc7e131064ca0334a042d39157a0288b/init-container.py#L706-L709

Also check "downstream" affects as in

https://github.com/Senzing/docker-init-container/blob/b9578483fc7e131064ca0334a042d39157a0288b/init-container.py#L610-L632

https://github.com/Senzing/docker-init-container/blob/b9578483fc7e131064ca0334a042d39157a0288b/init-container.py#L1540-L1553

This issue is to use the SQL.CONNECTION value found in the SENZING_ENGINE_CONFIGURATION_JSON as the value for SENZING_DATABASE_URL in all downstream processing.