Tag

dotenv

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Aug 27, 2024 · Backend Development

Mastering .env Files: Secure Node.js Config with dotenv and dotenvx

This guide explains why .env files are used, how to install and configure the dotenv package, handle multiple environments, expand variables, and secure secrets with dotenvx, providing clear code examples and best‑practice recommendations for Node.js developers.

ConfigurationEnvironment VariablesNode.js
0 likes · 9 min read
Mastering .env Files: Secure Node.js Config with dotenv and dotenvx
php中文网 Courses
php中文网 Courses
Feb 20, 2024 · Backend Development

How Laravel Loads Environment Variables During Bootstrap

This article explains Laravel's bootstrapping process for loading environment variables, detailing each step from configuration cache checking to creating a Dotenv instance, parsing the .env file, and handling related exceptions, with code examples illustrating the workflow.

BootstrapEnvironment VariablesLaravel
0 likes · 9 min read
How Laravel Loads Environment Variables During Bootstrap