Compare commits
No commits in common. "28fe1d63884bfc1f50aa8bced34c9c55de40bdec" and "c57bf8eebd1389c8008455d29f4748b2197cd3ad" have entirely different histories.
28fe1d6388
...
c57bf8eebd
@ -14,9 +14,11 @@ SESSION_PASSWORD="This application is for mobile field research"
|
|||||||
NEXT_PUBLIC_API_URL=https://dev.hanasysfield.jp
|
NEXT_PUBLIC_API_URL=https://dev.hanasysfield.jp
|
||||||
|
|
||||||
#qsp 로그인 api
|
#qsp 로그인 api
|
||||||
NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080
|
# NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080
|
||||||
# NEXT_PUBLIC_QSP_API_URL=http://localhost:8110
|
# NEXT_PUBLIC_QSP_API_URL=http://localhost:8110
|
||||||
# NEXT_PUBLIC_QSP_API_URL=http://dev.hanasysfield.jp
|
# NEXT_PUBLIC_QSP_API_URL=http://dev.hanasysfield.jp
|
||||||
|
# 도메인 설정 전 테스트용 임시 변수 (qsp ip)
|
||||||
|
NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080
|
||||||
# NEXT_PUBLIC_QSP_API_URL=https://jp-dev.qsalesplatform.com
|
# NEXT_PUBLIC_QSP_API_URL=https://jp-dev.qsalesplatform.com
|
||||||
|
|
||||||
#1:1문의 api
|
#1:1문의 api
|
||||||
@ -32,7 +34,6 @@ DB_PASSWORD=aAjmFW12iHKW84l1
|
|||||||
DB_DATABASE=qpartners
|
DB_DATABASE=qpartners
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
|
|
||||||
#qsp mail server
|
|
||||||
SMTP_HOST=autodiscover.qcells.com
|
SMTP_HOST=autodiscover.qcells.com
|
||||||
SMTP_PORT=25
|
SMTP_PORT=25
|
||||||
SMTP_SECURE=false
|
SMTP_SECURE=false
|
||||||
|
|||||||
@ -27,7 +27,6 @@ DB_PASSWORD=aAjmFW12iHKW84l1
|
|||||||
DB_DATABASE=qpartners
|
DB_DATABASE=qpartners
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
|
|
||||||
#qsp mail server
|
|
||||||
SMTP_HOST=autodiscover.qcells.com
|
SMTP_HOST=autodiscover.qcells.com
|
||||||
SMTP_PORT=25
|
SMTP_PORT=25
|
||||||
SMTP_SECURE=false
|
SMTP_SECURE=false
|
||||||
|
|||||||
@ -25,7 +25,6 @@ DB_PASSWORD=aAjmFW12iHKW84l1
|
|||||||
DB_DATABASE=qpartners
|
DB_DATABASE=qpartners
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
|
|
||||||
#qsp mail server
|
|
||||||
SMTP_HOST=autodiscover.qcells.com
|
SMTP_HOST=autodiscover.qcells.com
|
||||||
SMTP_PORT=25
|
SMTP_PORT=25
|
||||||
SMTP_SECURE=true
|
SMTP_SECURE=true
|
||||||
|
|||||||
@ -12,7 +12,6 @@ const nextConfig: NextConfig = {
|
|||||||
fullUrl: true,
|
fullUrl: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
allowedDevOrigins: ['hanasysfield.jp', '*.hanasysfield.jp'],
|
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user