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
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
@Pavel910 mentions in the README that when loading a template programmatically, one can associate it with any .env:
That way you can deploy unlimited environments, add pre/post processing, load whatever .env you need, etc.
How would "whatever .env you need" be loaded? The only way I can think of loading env variables is to set it in process.env. This does not seem correct, is there a better way of doing things? If so, can the README be updated.