Update .env

parent 632d1e60
DB_DRIVER_CLASS_NAME="com.mysql.cj.jdbc.Driver"
DB_PLATFORM="org.hibernate.dialect.MySQLDialect"
DB_URL="jdbc:mysql://localhost:3306/porto?createDatabaseIfNotExist=true&serverTimezone=UTC"
DB_URL="jdbc:mysql://mysql:3306/porto?createDatabaseIfNotExist=true&serverTimezone=UTC"
DB_USERNAME="root"
DB_PASSWORD="root"
DB_URL_DOCKER="jdbc:mysql://mysql:3306/porto?createDatabaseIfNotExist=true&serverTimezone=UTC"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment