MAAP-Project / maap-api-nasa

NASA Python implementation of the MAAP API specification
https://api.maap-project.org/api
Apache License 2.0
8 stars 3 forks source link

Refactor settings to distinguish deploy vs runtime settings #124

Open frankinspace opened 3 months ago

frankinspace commented 3 months ago

Not all settings need to be set at deploy time, some should be looked up at runtime via configuration.

Identify which settings are required at deploy time and refactor the environment settings for deployment to only apply the required settings.