Relocating default server port to address firewall prohibition in classrooms with Windows machines.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-10-09 06:43:51 -05:00
parent dff10a6705
commit 0a802799b2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ MiniDocsServer class >> build [
MiniDocsServer class >> defaultConfiguration [
"Override to set more default values"
^ {
#port -> 1701
#port -> 9090
}
]