-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
35 lines (28 loc) · 1.19 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
31
32
33
34
35
#Port
#Connection Port
PORT = 5000
#Database
#Datbase Connection String
DB_CONNECTION_STRING = postgres://postgres:venom3611@localhost:5432/tiptaw
#
NODE_ENV = "development"
# cors origin
ORIGIN = "http://localhost:3000"
# JWT
# JWT secret key
JWT_SECRET=secretkey?UwU
# Number of minutes after which an access token expires
JWT_ACCESS_EXPIRATION_MINUTES= 720
# Number of days after which a refresh token expires
JWT_REFRESH_EXPIRATION_DAYS=30
# Number of minutes after which a reset password token expires
JWT_RESET_PASSWORD_EXPIRATION_MINUTES=10
# Number of minutes after which a verify email token expires
JWT_VERIFY_EMAIL_EXPIRATION_MINUTES=10
# Number of minutes after which a verify sms token expires
JWT_VERIFY_SMS_EXPIRATION_MINUTES = 10
# 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