fastify / env-schema

Validate your env variable using Ajv and dotenv
MIT License
212 stars 25 forks source link

docs: update README with section about data loading order #158

Closed lirantal closed 1 year ago

lirantal commented 1 year ago

Before

It wasn't entirely clear what is the order of data loading and which source of configuration data takes precedence over others.

After

This PR updates the README to clarify this information

Checklist