This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Environment variables declared in this file are automatically made available to Prisma | |
| # See the documentation for more detail: <https://pris.ly/dprisma-schema> | |
| # using-environment-variables | |
| # Prisma supports the native connection string format for PostgreSQL, MySQL and SQLite | |
| # See the documentation for all the connection string options: <https://pris.ly/d/connection-strings> | |
| DATABASE_URL="mysql://root:Start123!@localhost:3306/coronest" | |
| # Needs to be secret and random, use e.g. openssl rand -hex 32 |