nsidc / qgreenland

Source code for generating the QGreenland package hosted at https://qgreenland.org/
https://qgreenland.readthedocs.io
Other
36 stars 9 forks source link

Prefix all qgreenland configuration envvars #668

Closed MattF-NSIDC closed 1 year ago

MattF-NSIDC commented 1 year ago

It's a good practice to prefix envvars for an application with the application's name or some other unique prefix. Currently, the app uses ENVIRONMENT and EARTHDATA_* envvars. We don't want to cause collisions or conflicts with other applications. e.g.:

QGREENLAND_ENVIRONMENT QGREENLAND_EARTHDATA_USERNAME QGREENLAND_EARTHDATA_PASSWORD