Environment variables
Environment variables may be read from the project’s .env file using the env::VAR_NAME expression:
env::SECRET
Implementations may include predefined variables when using this expression.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Environment variables may be read from the project’s .env file using the env::VAR_NAME expression:
env::SECRET
Implementations may include predefined variables when using this expression.