-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
16 lines (12 loc) · 833 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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://avnadmin:AVNS_UA-XIptzVpRzlsjv_uZ@mysql-prisma-aerodevs.a.aivencloud.com:16002/mectradelink"
JWT_SECRET = "ABC-123-XYZ"
JWT_ISSUER = "http://localhost:3000/"
JWT_EXPIRATION = "24h"
GOOGLE_API_KEY = "AIzaSyAyup0V6hIURBFvMdNnH5pJviSbWIGQgR8"
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME="dl1zdr8we"
CLOUDINARY_API_KEY="452283883129289"
CLOUDINARY_API_SECRET="Kyarb7lyhMlwhR6_40ImrO6OSdg"