From 806fadc621c64403ef2ed2b244d9bd8cac944d5d Mon Sep 17 00:00:00 2001 From: Mathias Goncalves Date: Mon, 24 Oct 2022 17:03:14 -0400 Subject: [PATCH] RF: Use official nipreps endpoint (#30) For portability across cloud providers --- migas/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migas/config.py b/migas/config.py index d015951..4e933f2 100644 --- a/migas/config.py +++ b/migas/config.py @@ -10,7 +10,7 @@ from .utils import compile_info -DEFAULT_ENDPOINT = 'https://migas.herokuapp.com/graphql' +DEFAULT_ENDPOINT = 'https://migas.nipreps.org/graphql' DEFAULT_CONFIG_FILE_FMT = str(Path(gettempdir()) / 'migas-{pid}.json').format # TODO: 3.10 - Replace with | operator