Commit d83f1967 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify url

parent e4ee9315
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
NEXT_PUBLIC_API_BASE_URL="http://10.95.235.20:9000"
NEXT_PUBLIC_GRAFANA_BASE_URL="http://10.95.235.20:3001"
NEXT_PUBLIC_API_BASE_URL="http://10.95.82.71:8085"
NEXT_PUBLIC_GRAFANA_BASE_URL="http://10.95.82.71:3000"
NEXT_PUBLIC_API_BASE_URL_V1="http://10.95.235.20:9000"
NEXT_PUBLIC_GRAFANA_BASE_URL_V1="http://10.95.235.20:3001"
NEXT_PUBLIC_JWT_EXPIRATION= 5m
NEXT_PUBLIC_JWT_SECRET= dd5f3089-40c3-403d-af14-d0c228b05cb4
NEXT_PUBLIC_JWT_REFRESH_TOKEN_SECRET= 7c4c1c50-3230-45bf-9eae-c9b2e401c767
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ const DEBUG_SHOW_DATA = true

// Create axios instance
const axiosInstance = axios.create({
  baseURL: process.env.NEXT_PUBLIC_API_BASE_URL
  baseURL: process.env.NEXT_PUBLIC_API_BASE_URL   // http://10.95.82.71:8085 mi máquina en boe
})

// RESPONSE interceptor for API calls