24 lines
567 B
Plaintext
24 lines
567 B
Plaintext
NEXT_PUBLIC_RUN_MODE=production
|
|
#route handler
|
|
NEXT_PUBLIC_API_URL=http://localhost:3000
|
|
|
|
#qsp 로그인 api
|
|
# NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120
|
|
NEXT_PUBLIC_QSP_API_URL=https://jp.qsalesplatform.com
|
|
|
|
#1:1문의 api
|
|
NEXT_PUBLIC_INQUIRY_API_URL=http://172.23.4.129:8110
|
|
|
|
#QPARTNER 로그인 api
|
|
DB_HOST=202.218.61.226
|
|
DB_USER=readonly
|
|
DB_PASSWORD=aAjmFW12iHKW84l1
|
|
DB_DATABASE=qpartners
|
|
DB_PORT=3306
|
|
|
|
SMTP_HOST=autodiscover.qcells.com
|
|
SMTP_PORT=25
|
|
SMTP_SECURE=true
|
|
SMTP_USER=hss404.u021@cleverse.dev
|
|
SMTP_PASSWORD=0000
|
|
SMTP_FROM=qsalesplatform@qcells.com |