Introduce new enabled option for CodeHarbor

* Fix tests to ensure they work independent of config option
This commit is contained in:
Sebastian Serth
2021-02-16 14:24:35 +01:00
parent bcaa3244f4
commit 293bcccc80
8 changed files with 125 additions and 62 deletions

View File

@ -4,6 +4,8 @@ default: &default
answers_per_query: 3
code_pilot:
enabled: false
codeharbor:
enabled: false
codeocean_events:
enabled: false
@ -15,6 +17,7 @@ development:
enabled: false
url: //localhost:3000
codeharbor:
enabled: true
url: https://codeharbor.openhpi.de
production: