asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

Webservice ports configurable #178

Closed deinhofer closed 7 years ago

deinhofer commented 7 years ago

Implements #162 Related to https://github.com/asterics/AsTeRICS-Ergo/issues/23

benjaminaigner commented 7 years ago

Don't forget to use a default port, allowing backwards compatibility if no property is set :-)

klues commented 7 years ago

yes default ports are still 8081 for REST and 8082 for websocket.

deinhofer commented 7 years ago

@benjaminaigner You can configure the pors now in areProperties by ARE.webservice.port.websocket=8082 ARE.webservice.port.REST=8081