Unlock this challenge:
What is the role of the DATABASE_URL environment variable?
DATABASE_URL
It specifies the location of mapped PHP objects.
It tells Doctrine how to connect to the database.
It defines the schema of the database.
It configures Docker to run the database server.