Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #74 from CSCfi/feature/configchanges
Browse files Browse the repository at this point in the history
Update config
  • Loading branch information
teemukataja authored Mar 1, 2019
2 parents 5fb77aa + 9ea413a commit 4294f80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion beacon_api/api/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def beacon_info(host, pool):
'updateDateTime': __updatetime__,
'datasets': beacon_dataset,
'sampleAlleleRequests': sample_allele_request,
'info': {"key": "value"}
'info': {"achievement": "World's first 1.0 Beacon"}
}

return beacon_info
10 changes: 5 additions & 5 deletions beacon_api/conf/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[beacon_general_info]
# Name of the Beacon service
title=EGA Beacon
title=GA4GHBeacon at CSC

# Version of the Beacon implementation
version=1.1.0
Expand All @@ -24,24 +24,24 @@ copyright=CSC - IT Center for Science
apiVersion=1.0.1

# Globally unique identifier for this Beacon instance
beaconId=elixir-finland
beaconId=fi.csc.beacon

# Description of this Beacon service
description=Beacon API Web Server based on the GA4GH Beacon API

# Homepage for Beacon service
url=https://ega-archive.org/
url=https://beaconpy-elixirbeacon.rahtiapp.fi/

# Alternative URL for Beacon service for e.g. internal use cases
alturl=https://ega-archive.org/
alturl=

# Datetime when this Beacon was created
createtime=2018-07-25T00:00:00Z


[organisation_info]
# Globally unique identifier for organisation that hosts this Beacon service
org_id=CSC
org_id=fi.csc

# Name of organisation that hosts this Beacon service
org_name=CSC - IT Center for Science
Expand Down

0 comments on commit 4294f80

Please sign in to comment.