Skip to content

Commit

Permalink
updating uri
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Jan 18, 2024
1 parent 0c856bb commit e19595e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beacon/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
beacon_id = 'org.ega-archive.ga4gh-approval-beacon-test' # ID of the Beacon
beacon_name = 'GA4GH Approval Beacon Test' # Name of the Beacon service
api_version = 'v2.0.0' # Version of the Beacon implementation
uri = 'https://beacon-apis-test.ega-archive.org/api/'
uri = 'https://beacon-apis-demo.ega-archive.org/api'

#
# Beacon granularity
Expand Down
2 changes: 1 addition & 1 deletion deploy/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
beacon_id = 'org.ega-archive.ga4gh-approval-beacon-test' # ID of the Beacon
beacon_name = 'GA4GH Approval Beacon Test' # Name of the Beacon service
api_version = 'v2.0.0' # Version of the Beacon implementation
uri = 'https://beacon-apis-test.ega-archive.org/api/'
uri = 'https://beacon-apis-demo.ega-archive.org/api'

#
# Beacon granularity
Expand Down

0 comments on commit e19595e

Please sign in to comment.