CSIRO-enviro-informatics / loci-integration-api

This application provides a convenient interface for executing common functions across the whole LOCI system.
0 stars 3 forks source link

Parameterise DGGS table name as an env variable #72

Closed jyucsiro closed 3 years ago

jyucsiro commented 4 years ago

Refactor code to allow DGGS Table Name to be specified via an env variable (e.g. .env file, docker-compose env variable). This would allow us to redeploy without having to rebuild the container.

e.g. refactor hardcoding table name in https://github.com/CSIRO-enviro-informatics/loci-integration-api/blob/master/functions_DGGS.py#L64