# m5_vars.txt
# For Moodle 5, localhost, on my MAMP.

# This text file contains database "credentials."
# You need to edit this file and replace the variables with your values.
# m5_vars.txt should have ownership and permissions set to root only.

# Database parameters
# You need to enter the password.
mdl_dbuser="root"
mdl_dbpass="root"
mdl_dbname="moodle5"
