-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathany.txt
19 lines (12 loc) · 943 Bytes
/
any.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
# BaseUrl = process.env.backend_url
# import 'react-toastify/dist/ReactToastify.css';
DATABASE_URL="mysql://avnadmin:AVNS_iV6qBn2lS0JtbXmFaU4@mysql-2a89199a-eshop-01.i.aivencloud.com:17649/defaultdb?ssl-mode=REQUIRED"
# DATABASE_URL="mysql://root:@localhost:3306/Blood-Bank"
JWT_SECRET = "sakibtalukqder"
NEXTAUTH_SECRET = "---Secret"
# mysql --user avnadmin --password=AVNS_iV6qBn2lS0JtbXmFaU4 --host mysql-2a89199a-eshop-01.i.aivencloud.com --port 17649 defaultdb
backend_url = process.env.backend_url