# 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 SERVER_PORT=<%= config.serverPort %> MYSQL_ROOT_USER=root MYSQL_PASSWORD=1234 MYSQL_PORT=3306 MYSQL_DB=app PASSPORT_SESSION_SECRET=<%= config.passportSessionSecret %> MYSQL_HOST=localhost DATABASE_URL="mysql://root:1234@localhost:3306/app" REDIS_URL=redis://localhost:6379