Skip to content

Commit

Permalink
remove deprecated SODAR_API settings (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Dec 12, 2024
1 parent 5dff679 commit dbc79ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,12 +588,6 @@ def set_logging(level=None):


# General API settings
# NOTE: All except SODAR_API_DEFAULT_HOST are deprecated
# TODO: Remove after upgrading to SODAR Core v1.0.3
# (see bihealth/sodar-core#1495)
SODAR_API_DEFAULT_VERSION = '1.0'
SODAR_API_ALLOWED_VERSIONS = ['1.0']
SODAR_API_MEDIA_TYPE = 'application/vnd.bihealth.sodar+json'
SODAR_API_DEFAULT_HOST = env.url(
'SODAR_API_DEFAULT_HOST', 'http://127.0.0.1:8000'
)
Expand Down

0 comments on commit dbc79ef

Please sign in to comment.