Skip to content

Commit

Permalink
RF: Use official nipreps endpoint (#30)
Browse files Browse the repository at this point in the history
For portability across cloud providers
  • Loading branch information
mgxd authored Oct 24, 2022
1 parent 83ad220 commit 806fadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migas/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 806fadc

Please sign in to comment.