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
Currently, c12 supports loading environment variables from .env files but does not natively support .env files that are encrypted using tools like dotenvx.
Alternatives considered:
Manually decrypting .env files using dotenvx before passing them to c12, but this adds extra steps and potential points of failure.
Writing a custom wrapper around c12 to integrate dotenvx, but this duplicates effort and decreases usability.
Additional Context: dotenvx is gaining popularity for secure .env file encryption and decryption.
Thank you for considering this feature request!
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently, c12 supports loading environment variables from .env files but does not natively support .env files that are encrypted using tools like dotenvx.
Alternatives considered:
Additional Context:
dotenvx is gaining popularity for secure .env file encryption and decryption.
Thank you for considering this feature request!
Additional information
The text was updated successfully, but these errors were encountered: