Root level @decorators
@envFlag
sets the key of your environment flag, which will be used when determining if environment-specific env files will be loaded (e.g. .env.production). This will usually be something like APP_ENV.
can only be used once - usually in your .env.schema file
@defaultRequired
boolean
toggle whether the default value of @required for each item within the schema
@defaultSensitive
boolean
toggle whether the default value of @sensitive for each item within the schema