Skip to content

Commit

Permalink
FIX new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Oct 29, 2024
1 parent f393a0b commit f2c617e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.devci
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG ENVIRONMENT=openebench
ARG OEB_LEGACY_ANGULAR_URI=https://legacy.openebench.bsc.es/
ARG VRE_URI=https://openebench.bsc.es/vre/home/
ARG OBSERVATORY_URI=https://observatory.openebench.bsc.es
ARG REST_API_URL=https://openebench.bsc.es/monitor/rest/
ARG SCIENTIFIC_SERVICE_URL=https://openebench.bsc.es/api/scientific
ARG REST_API_URL=https://preprod.openebench.bsc.es/monitor/rest/
ARG SCIENTIFIC_SERVICE_URL=https://preprod.openebench.bsc.es/api/scientific
ARG BENCH_EVENT_API_URL=https://openebench.bsc.es/rest/bench_event_api
ARG KEYCLOAK_HOST=https://inb.bsc.es
ARG KEYCLOAK_REALM=openebench
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@inb/oeb-widgets": "^1.1.0",
"@nuxtjs/auth-next": "^5.0.0-1648802546.c9880dc",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/robots": "^2.5.0",
"core-js": "^3.22.6",
"data-urls": "^5.0.0",
Expand Down
3 changes: 3 additions & 0 deletions plugins/graphql.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export default function (
common: {
Accept: 'text/plain, */*',
},
post: {
'Content-Type': 'application/json',
},
},
timeout: 5000,
});
Expand Down

0 comments on commit f2c617e

Please sign in to comment.