aio-libs / aiomonitor

aiomonitor is module that adds monitor and python REPL capabilities for asyncio application
https://aiomonitor.aio-libs.org
Apache License 2.0
662 stars 42 forks source link

Change the default port numbers #374

Closed achimnol closed 1 year ago

achimnol commented 1 year ago

What do these changes do?

The termui/webui/console ports are changed from 50101, 50201, 50102 to 20101, 20102, 20103 respectively.

Are there changes in behavior for the user?

If the users have relied on the default port numbers, they need to check the availability of the new default port numbers and/or change their commands or scripts.

Related issue number

resolves #373

Checklist