pulibrary / pdc-osti

2 stars 0 forks source link

Use pydantic to support .env files #12

Closed astrochun closed 1 year ago

astrochun commented 1 year ago

Rather than using secrets.sh, it would be more ideal to use .env files, which can be loaded automatically in the API. It would also support defined OS environment variables (e.g., through GitHub Actions)