-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
30 lines (19 loc) · 1.1 KB
/
.env
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
PORT = 3000
DB_URI = "mongodb://localhost:27017/storeDB"
MAX_SIZE_OF_FILE = 2
MAX_SIZE_OF_VIDEO_FILE = 300
NULL_DATA = ["", " ", " ", 0 , "0", "-1",-1, null,"null", undefined]
BLOG_BLACK_LIST = ["bookmark","dislike","like","comment"]
SERVER_URL = http://localhost
SERVER_PORT = 3000
ZARINPALL_MERCHENT_ID = '1344b5d4-0048-11e8-94db-005056a205be'
ZARINPALL_REQUEST_URL = "https://api.zarinpal.com/pg/v4/payment/request.json"
ZARINPALL_VERIFY_URL = "https://api.zarinpal.com/pg/v4/payment/verify.json"
EMAIL_USER='sadrasadrasadra6@gmail.com'
EMAIL_PASS='codmseydguvmbfek'
# 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:sadra35289546@localhost:5432/mystore"