You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file shows MySQL connection parameters for both local and Heroku MySQL databases
# The following local database parameters are ignored if JAWSDB_URL is defined
DB_NAME=techtalk_db
DB_PASSWORD=
DB_USER=root
# To use the local database, comment the following line using a # symbol at the beginning of the line
# An example of URL for a MySQL data on Heroku is shown below. The URL is split into three parts: user, password, and host. The host is further split into host name and port number.
# The database name is also shown. The URL is shown in the following format: