diff --git a/.env.staging b/.env.staging index 6a4a8d9..7c41fe2 100644 --- a/.env.staging +++ b/.env.staging @@ -1,7 +1,7 @@ -PUBLIC_JUDGE0API_URL=http://10.13.114.214:8082 -PUBLIC_MAXKB_URL=http://10.13.114.214:8089 +PUBLIC_JUDGE0API_URL=http://127.0.0.1:8082 +PUBLIC_MAXKB_URL=http://127.0.0.1:8089 PUBLIC_MAXKB_TOKEN=1b7cd529423b3f36 -PUBLIC_CODEAPI_URL=http://10.13.114.214:8092 -PUBLIC_PYVIZ_URL=http://10.13.114.214:9000 +PUBLIC_CODEAPI_URL=http://127.0.0.1:8092 +PUBLIC_PYVIZ_URL=http://127.0.0.1:9000 PUBLIC_PROTOCOL=http -PUBLIC_ICONIFY=http://10.13.114.214:8098 \ No newline at end of file +PUBLIC_ICONIFY=http://127.0.0.1:8098 \ No newline at end of file