Use environment variables from .env file in a Swift Package
You can use Environment variables to pass secret information to a process at runtime instead of hardcoding that information during build time.
Multiple environment variables can be stored in a .env file but should not be committed to your repository....
blog.eidinger.info1 min read