Data for env file

Hello
Assignment 3: Advanced SQL Queries

oder@xxxxxx:~/project/src$ cat env
DBHOST=
DBPORT=3306
DBNAME=sakila_star
DBUSER=
DBPASSWORD=
oder@xxxxxx:~/project/src$
“Newbie question, where are the values of the variables in the .env file located?”

Hello @geo.inca
The database for this lab is hosted in the same server where you are running the code. Therefore, we don’t need username and password for connection. As you can see from the following screenshot, the connection_url is working okay as it is.