docker run --name my-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret -d mysql # Environment variables declared in this file are automatically made available to Prisma. # See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema # Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. # See the documentation for all the connection string options: https://pris.ly/d/connection-strings DATABASE_URL="mysql://root:secret@localhost:3306/db_hexeven" BASE_URL='http://localhost:3000' DATABASE_HOST=localhost DATABASE_USERNAME=root DATABASE_PASSWORD=secret DATABASE_NAME=db_hexeven CLOUDINARY_CLOUD_NAME=dqemtb6hf CLOUDINARY_API_KEY=376245955153436 CLOUDINARY_API_SECRET=_H-ufIda-pUePpSMdFIN5HRH544 CLOUDINARY_ENV_VARIABLE='CLOUDINARY_URL=cloudinary://376245955153436:_H-ufIda-pUePpSMdFIN5HRH544@dqemtb6hf'