-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_env
More file actions
35 lines (30 loc) · 628 Bytes
/
_env
File metadata and controls
35 lines (30 loc) · 628 Bytes
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
# Genral Settings
PRODUCT_NAME=Node Mongo
SITE_URL=<FRONT-END SITE BASE URL>
CMS_SITE_URL=<CMS BASE URL>
BACKEND_URL=<NODE API BASE URL>
PORT=7878
TZ='UTC'
#Database Connetion settings
DB_CONNECTION=mongodb
DB_HOST=localhost
DB_PORT=27017
DB_DATABASE=DBNAME
DB_USERNAME=''
DB_PASSWORD=''
# Mail Setting
MAIL_TRANSPORT_METHOD=smtp
MAIL_HOST=HOSTNAME
MAIL_PORT=587
MAIL_USERNAME=SMTP_USERNAME
MAIL_PASSWORD=SMTP_PASSWORD
MAIL_SECURE_CONNECTION=true
MAIL_FROM_NAME=FROM_NAME
MAIL_FROM_EMAIL=FROM_EMAIL
#BASIC Configuration
INFO_EMAIL=INFO_EMAIL
#Hash
PWD_HASH = "C9d1/\/"
#JWT
JWT_ENCRYPTION="CvufTSk0mb"
JWT_EXPIRATION="30m"