MAINT: rework data-find-url behaviour
Rework the order of precedence for data-find-url.
I propose reworking the order to the following:
- Value from the config - takes the highest priority and overrides all other values
- The environment variable
GWDATAFIND_SERVER - The default stored in
bilby_pipe.utilscalledDEFAULT_GWDATAFIND_SERVER
This also changes environment and get-env to follow this same order.
To-Do
- End-to-end tests
- Unit tests
- Update documentation