I want different .env files to be loaded on the production server and on the staging server. What approaches are there for this?
Note: Currently i use the dotenv
package.
I want different .env files to be loaded on the production server and on the staging server. What approaches are there for this?
Note: Currently i use the dotenv
package.