- Environments 4:50
- Accessing Environment Variables 3:50
- Environments and Their Variables 5 questions
- Setting up the Project and Package 5:06
- Managing Credentials with Environment Variables 2:39
- Using Environment Specific Settings 4:18
- PHP dotenv Package 5 questions
- Complex Data Types 6:21
- Additional Considerations 5:50
- Learning Environment 0:47
- More Data 5 questions
Quiz Question 1 of 5
Which is NOT an advantage of setting environment variable with code?
Choose the correct answer below:
-
A
You don't need to know how to manage a server
-
B
There are packages that provide additional functionality, such as specifying required variables
-
C
You can set different variables for different projects even if they're using the same development environment
-
D
They can be used in conjunction with environment variables managed on the server
-
E
You can store these variables in a separate file that doesn't get added to a version control system
-
F
Limit the number of users who have direct access to your credentials