fixed dev setup (switch back to port 8080)
This commit is contained in:
parent
76a1676b69
commit
dd41a85087
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
server.address=localhost
|
||||
server.port=8090
|
||||
server.port=8080
|
||||
|
||||
sebserver.gui.http.external.scheme=http
|
||||
sebserver.gui.entrypoint=/gui
|
||||
sebserver.gui.webservice.protocol=http
|
||||
sebserver.gui.webservice.address=localhost
|
||||
sebserver.gui.webservice.port=8090
|
||||
sebserver.gui.webservice.port=8080
|
||||
sebserver.gui.webservice.apipath=/admin-api/v1
|
||||
# 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=1000
|
||||
|
|
Loading…
Reference in a new issue