-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy path.env.prod
More file actions
37 lines (30 loc) · 1.31 KB
/
.env.prod
File metadata and controls
37 lines (30 loc) · 1.31 KB
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
36
37
# Common Variables
# NOTE: Please do not change the BACKEND_PORT
BACKEND_PORT=3000
BACKEND_URL=http://localhost:3000 # localhost needs to be replaced by ip
FRONTEND_PORT=8080
FRONTEND_URL=http://localhost:8080 # localhost needs to be replaced by ip
ALLOWED_ORIGINS=["http://localhost:5173", "http://localhost:8080", "http://localhost:3000"] # localhost needs to be replaced by ip
BIAS_AND_FAIRNESS_PORT=8000
NODE_ENV=production
# NOTE: Please do not change this unless the database is hosted on a different server and you want to use SSL for the connection
DB_SSL=false
MULTI_TENANCY_ENABLED=false
RESEND_API_KEY=your-resend-api-key
# Database
DB_PORT=5432
LOCAL_DB_PORT=5433
DB_HOST=localhost
DB_NAME=verifywise
DB_USER=verifywise-prod
DB_PASSWORD=verifywise
# Backend Settings
MOCK_DATA_ON=false
JWT_SECRET=aacc459503e937c73ac3c4ebd874578a81b95861e83cdd923eeca8f7dadffea9d026e1581ee966a7fc4a74a8c6126ddec75c2c662ed7777a90e3aefb00ef1a87
REFRESH_TOKEN_SECRET=e628d7938c76308774cecf87dcb9bee6b8cae80ed2d20731ef94e211cf9c9b82b4632b55cead3632d59dd72d7e0d28f0afe125bfeaa0ea82b548be86c0de179d
EMAIL_ID=your-email@gmail.com
# Your password from: https://myaccount.google.com/apppasswords
EMAIL_PASSWORD="aaaa bbbb cccc dddd"
# Encryption Settings
ENCRYPTION_ALGORITHM=YOUR_ENCRYPTION_ALGORITHM
ENCRYPTION_PASSWORD=YOUR_ENCRYPTION_PASSWORD