I\'m trying to follow a tutorial and it says:
There are a few ways to load credentials. Loaded from environment variables,
There are a few ways to load credentials.
You can set the environment variable through process global variable as follows:
process.env['NODE_ENV'] = 'production';
Works in all platforms.