-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
.env
28 lines (20 loc) · 827 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
28
APP_ENV=dev
AVORED_DATABASE_NAMESPACE=public
AVORED_DATABASE_NAME=avored_cms
AVORED_DATABASE_FOLDER_NAME=rocksdb://data/avored.db
AVORED_PASSWORD_SALT=sixty_for_charactor_long_string_goes_here
AVORED_JWT_SECRET=sixty_for_charactor_long_string_goes_here
AVORED_JWT_EXPIRED_IN=60m
AVORED_JWT_MAXAGE=60
AVORED_BACK_END_APP_URL=http://localhost:8081
AVORED_REACT_ADMIN_APP_URL=http://localhost:3000
AVORED_REACT_FRONTEND_APP_URL=http://localhost:5173
## multiple value is supported as comma seperated
AVORED_CORS_ALLOWED_APP_URL=http://localhost:3000,http://localhost:8081,http://localhost:5173
#AVORED_BACK_END_APP_URL=https://api.avored.com
#AVORED_REACT_ADMIN_APP_URL=https://demo.avored.com
#AVORED_REACT_FRONTEND_APP_URL=https://avored.com
SMTP_HOST=sandbox.smtp.mailtrap.io
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_PORT=587