Skip to content

Commit

Permalink
change starfish url
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Aug 14, 2024
1 parent e2b9904 commit 0892d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coldfront/core/utils/fasrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def allocation_reaching_capacity_operations(allocation_obj, new_byte_usage):
):
other_vars['starfish'] = True
STARFISH_SERVER = import_from_settings('STARFISH_SERVER')
starfish_url = f'https://{STARFISH_SERVER}.rc.fas.harvard.edu/api/'
starfish_url = f'https://{STARFISH_SERVER}.rc.fas.harvard.edu'
other_vars['starfish_url'] = starfish_url
other_vars['starfish_docs_url'] = 'https://docs.rc.fas.harvard.edu/kb/starfish-data-management/'
subject = f'Allocation Usage Warning for {allocation_obj.project.title} on {other_vars["resource"]}'
Expand Down

0 comments on commit 0892d5f

Please sign in to comment.