VariantEffect / mavedb-api

MaveDB API
GNU Affero General Public License v3.0
8 stars 2 forks source link

Revert ENV-ifying of ORCID public key and app ID. #199

Closed ashsny closed 2 months ago

ashsny commented 2 months ago

Our current mechanism for setting env vars on AWS doesn't allow for non-printable characters, which the public key contains. Rather than base64-encoding and then decoding it or similar, we've decided that, as we have no use at present for varying these values and neither is secret, to revert to declaring them explicitly in the code.