-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
28 lines (24 loc) · 783 Bytes
/
.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
# MongoDB
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_INITDB_USERNAME=newuserMonitoring
MONGO_INITDB_USERNAME2=newuser
MONGO_INITDB_PASSWORD=password
MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=rootpassword
MONGO_DB=monitoring
# Environment
PORT=3000
NODE_ENV=development
# Secret
JWT_SECRET='DO NOT USE THIS VALUE. INSTEAD, CREATE A COMPLEX SECRET AND KEEP IT SAFE OUTSIDE OF THE SOURCE CODE.'
JWT_EXPIRATION=1d
# Encryption
ENCRYPTION_SALT=$2b$10$nOUIs5kJ7naTuTFkBy1veuK0kSxUFXfuaOKdOKf9xYT023as3JwFa
# mail
MAIL_HOST=smtp-relay.sendinblue.com
MAIL_PORT=587
MAIL_USER=mohamedmfoula@gmail.com
MAIL_PASSWORD=Cy9hmV3IgJ1aYQ5q
MAIL_FROM="Website Monitoring System" <mohamedfoula00@gmail.com>
# MAIL_FROM="Website Monitoring System" <no-reply@website-monitoring.com>