fix
This commit is contained in:
parent
af2fbbcb79
commit
876f3f6ffe
2 changed files with 3 additions and 1 deletions
|
@ -21,10 +21,12 @@ import org.springframework.stereotype.Service;
|
|||
|
||||
import ch.ethz.seb.sebserver.gbl.Constants;
|
||||
import ch.ethz.seb.sebserver.gbl.model.exam.Exam;
|
||||
import ch.ethz.seb.sebserver.gbl.profile.WebServiceProfile;
|
||||
import ch.ethz.seb.sebserver.webservice.servicelayer.dao.ExamDAO;
|
||||
import ch.ethz.seb.sebserver.webservice.servicelayer.session.SebClientConnectionService;
|
||||
|
||||
@Service
|
||||
@WebServiceProfile
|
||||
class ExamSessionControlTask {
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(ExamSessionControlTask.class);
|
||||
|
|
|
@ -114,7 +114,7 @@ sebserver.gui.entrypoint=/gui
|
|||
sebserver.gui.webservice.protocol=http
|
||||
sebserver.gui.webservice.address=localhost
|
||||
sebserver.gui.webservice.port=8080
|
||||
sebserver.gui.webservice.apipath=/admin-api/v1
|
||||
sebserver.gui.webservice.apipath=${sebserver.webservice.api.admin.endpoint}
|
||||
# defines the polling interval that is used to poll the webservice for client connection data on a monitored exam page
|
||||
sebserver.gui.webservice.poll-interval=500
|
||||
sebserver.gui.webservice.mock-lms-enabled=true
|
||||
|
|
Loading…
Reference in a new issue