Skip to content
Snippets Groups Projects
Commit fdf1c7cb authored by Nico Vermaas's avatar Nico Vermaas
Browse files

deploy acceptance

parent 52e74baa
No related branches found
No related tags found
No related merge requests found
Pipeline #10978 passed
......@@ -19,7 +19,8 @@ export function GlobalContextProvider({ children }) {
const api_host =
process.env.NODE_ENV === "development"
? "http://localhost:8000/esap-api/"
: "https://sdc-dev.astron.nl:5555/esap-api/";
: "http://dop457.astron.nl:5556/esap-api/";
// : "https://sdc-dev.astron.nl:5555/esap-api/";
// "https://sdc.astron.nl:5555/esap-api/"
// "http://localhost:5555/esap-api/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment