Skip to content

Commit

Permalink
temporarily use iam prod with staging
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Dec 2, 2024
1 parent 110216e commit 9e91db5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/globals-staging.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const jobQueueServer = "https://nmpi-v3-staging.hbpneuromorphic.eu";
export const authServer = "https://iam-int.ebrains.eu";
export const authClientId = "neuromorphic-remote-access-staging";
export const driveServer = "https://corsproxy.apps.tc.humanbrainproject.eu/https://drive-int.ebrains.eu";
export const authServer = "https://iam.ebrains.eu";
export const authClientId = "neuromorphic-remote-access";
export const driveServer = "https://corsproxy.apps.tc.humanbrainproject.eu/https://drive.ebrains.eu";

export const hw_options = [
"BrainScaleS",
Expand Down

0 comments on commit 9e91db5

Please sign in to comment.