Configuration
Learn how to configure the project.
Environment variables
The project uses environment variables to store sensitive information like API keys and database credentials. To use environment variables, you need to set them in the .env
file.
Here is an example of the .env
file:
.env
If you want to use a different database, you can change the DATABASE_URL
variable and the database type of schema.prisma
.