-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
25 lines (19 loc) · 808 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
APP_URL=http://localhost
DB_SERVER = 127.0.0.1
DB_PORT = 3306
DB_USERNAME = root
DB_PASSWORD =
DB_NAME = januszex
SERVER_DOMAIN = januszexapi.heroku
JWT_SECRET = 4f2c3b52d675cce25eefbb276c197876182e93fee7d6d1b0ace26f2e3b861b18
JWT_ADMIN_SECRET = a24976dd87b46bb0eaaecf20ab375e58d217154603a978140eac9f6dde669be6
SMTP_MAILTRAP = smtp.mailtrap.io
SMTP_MAILTRAP_USER = f932bc1c254cd5
SMTP_MAILTRAP_PASSWORD = 8808f4701fc4da
SMTP_MAILTRAP_PORT = 2525
SMTP_SERVER = smtp.gmail.com
SMTP_USER = [email protected]
SMTP_PASSWORD = januszex123
ADMIN_CODE = 46c992c46231bfd7783317c459d77d8c89faf142c48ff2e04f9dd164ce1fa473274a32c497e53c6ee83798325be133a6094eb66c54e95b73dcc6d3dda9643fe4
PAYU_CONTINUE_URL=http://januszexfront.herokuapp.com/order/confirmation
PAYU_NOTIFY_URL=http://localhost/order/notify