.env- | !!top!!
cp .env .env-production
"status":"standby","snapshot_id":"2019-06-02T23:59:59Z","message":"Awaiting confirmation code." cp .env .env-production "status":"standby"
The .env file solves these issues by:
If you write:
These libraries do automatically load .env-production . They specifically look for a file named exactly .env (or a file path you explicitly provide). If you run require('dotenv').config() , it reads .env and ignores everything else. cp .env .env-production "status":"standby"