nasa / trick

Trick Simulation Environment. Trick provides a common set of simulation capabilities and utilities to build simulations automatically.
Other
34 stars 19 forks source link

Webserver Documentation - port shall be number not string #1715

Closed yusufcananar closed 4 months ago

yusufcananar commented 4 months ago

Webserver Documentation update required at this page : https://nasa.github.io/trick/documentation/web/Webserver

In this line web.server.port = "8890" port is written as string but it should be a number. You may want to correct this. When written in string it generates a random port.

correct usage should be like web.server.port = 8890

hchen99 commented 4 months ago

Thanks for reporting this. Will get this corrected to avoid confusion.