You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new EnvLoader().AddEnvFile(".env.example1", Encoding.UTF8).AddEnvFile(".env.example2", encodingName:"UTF-8").AddEnvFile(".env.example3").AllowAllEnvFilesOptional().Load();
When calling the AllowAllEnvFilesOptional method, the loader will not generate any error when it does not found the .env files (.env.example1, .env.example2, .env.example3).
The text was updated successfully, but these errors were encountered:
Example:
When calling the
AllowAllEnvFilesOptional
method, the loader will not generate any error when it does not found the .env files (.env.example1, .env.example2, .env.example3).The text was updated successfully, but these errors were encountered: