Skip to content

Commit

Permalink
Fixed bug in settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous-271828 committed Jun 26, 2023
1 parent 2ddb13d commit a2bd971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chp_api/chp_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
'oauth2_provider.backends.OAuth2Backend',
# Uncomment following if you want to access the admin
#'django.contrib.auth.backends.ModelBackend',
'...',
]

# Cors stuff (must go before installed apps)
Expand Down Expand Up @@ -230,5 +229,6 @@

# Gennifer settings
GENNIFER_ALGORITHM_URLS = [
"http://pidc:5000"
"http://pidc:5000",
"http://grisli:5000",
]

0 comments on commit a2bd971

Please sign in to comment.