-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.example
22 lines (16 loc) · 890 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
APP_NAME=example # Name of Application
PORT=3000 # Port of Application Server
DB_HOST=localhost # Database Host Name or Ip
DB_PORT=3306 # Port of Database Server
DB_DATABASE=example # Database Name
DB_USERNAME=example # Database Username
DB_PASSWORD=example # Database Password
SESSION_SECRET=example # Session Secret Phrase
REDIS_HOST=localhost # Hostname or Ip of Redis IO Server
REDIS_PORT=6379 # Port of Redis IO Server
REDIS_PASSWORD=example # Redis IO Password
ETHEREAL_USER=example@ethereal.email # Ethereal user name
ETHEREAL_PASSWD=example # Ethereal password
ENCRYPT_KEY=3zTvzr3p67VC61jmV54rIYu1545x4TlY # Encrypt Key
ENCRYPT_IV=60iP0h6vJoEa # Encrypt Iv
SALT_ROUNDS=10 # Bcrypt Salt Rounds