diff --git a/.env.development b/.env.development index a19bc27c..110221d1 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,10 @@ -REACT_APP_HOST = http://192.168.0.30:8080/ -REACT_APP_WS_HOST = ws://192.168.0.30:8081/ws +# REACT_APP_HOST = http://192.168.0.30:8080/ +# REACT_APP_WS_HOST = ws://192.168.0.30:8081/ws +# REACT_APP_IMAGE_HOST = https://palnet-file.s3.ap-northeast-2.amazonaws.com/ + +REACT_APP_HOST = http://pav.palntour.com:8080/ +REACT_APP_WS_HOST = ws://pav.palntour.com:8081/ws REACT_APP_IMAGE_HOST = https://palnet-file.s3.ap-northeast-2.amazonaws.com/ # Naver Search API HOST @@ -12,3 +16,5 @@ REACT_WINDY_KEY = wf6Lkn1MAtqcgyW78xbceFHBz6ccsUo8 # API KEY NAVER_APP_CLIENT_KEY = WGEct3bJhQC0pyMsP_GK NAVER_APP_SECRET_KEY = Q4K4OtUYol + +REACT_APP_MAPBOX_TOKEN = pk.eyJ1IjoianVuaGVlZSIsImEiOiJjbGxnNWVhc3IweDJsM2dvYmI1ZXg2MGljIn0.EmSS1ocpPJv2ZaduQHmz_Q diff --git a/package.json b/package.json index b04381f6..6a6b9ef5 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "jsts": "^2.9.0", "jwt-decode": "^3.1.2", "leaflet": "1.6.0", + "mapbox-gl": "^2.15.0", "moment": "2.29.1", "nouislider": "14.6.2", "nouislider-react": "3.3.8", @@ -82,6 +83,7 @@ "react-indiana-drag-scroll": "^2.0.1", "react-intl": "3.11.0", "react-leaflet": "3.1.0", + "react-mapbox-gl": "^5.1.1", "react-paginate": "7.0.0", "react-perfect-scrollbar": "1.5.5", "react-player": "2.6.2", diff --git a/public/index.html b/public/index.html index 9a8cde0c..9d5f7b53 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,18 @@ manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> + + + + +