-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.template
31 lines (24 loc) · 1.09 KB
/
.env.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##### Database #####
DB_USER=
DB_NAME=
DB_PASSWORD=
# AuthJs Config runnin: openssl rand -base64 32
AUTH_SECRET=
# Cloudinary Config
# from https://console.cloudinary.com/settings/c-d681e3052438f8f6531b74b95e72ec/api-keys
CLOUDINARY_URL=cloudinary://<your_api_key>:<your_api_secret>@dfnw2nbhp
##### PayPal Config ##### from https://developer.paypal.com/dashboard/applications
# Buyer email: [email protected]
# Buyer password: Abc123456
NEXT_PUBLIC_PAYPAL_CLIENT_ID=
PAYPAL_SECRET=
# POST
PAYPAL_OAUTH_URL=
#GET
PAYPAL_ORDERS_URL=
# This was inserted by `prisma init`:
# 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="postgresql://postgres:123456@localhost:5432/teslo-shop?schema=public"