We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3f17b commit 006a5d2Copy full SHA for 006a5d2
1 file changed
apps/model_catalog/src/globals-staging.js
@@ -1,6 +1,6 @@
1
// NOTE: dummy data (in 'dev_data' directory) for DevMode is from v1 APIs; needs to be updated for v2 usage
2
export const DevMode = false; // TODO: change to false for production
3
-export const baseUrl = "https://model-validation-api.apps.ebrains.eu";
+export const baseUrl = "https://model-validation-api.apps.dev-adacloud.ebrains.eu";
4
export const querySizeLimit = 1000000;
5
export const collaboratoryOrigin = "https://wiki.ebrains.eu";
6
export const hashChangedTopic = "/clb/community-app/hashchange";
0 commit comments