From e8bf3817021d50f76f41f4f1ce4aef34b422144b Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 6 Jan 2022 13:16:23 +0100 Subject: [PATCH] pas2js: compileserver: set default port 3000 --- utils/pas2js/httpcompiler.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/pas2js/httpcompiler.pp b/utils/pas2js/httpcompiler.pp index 176ef45bed..cd934a67e2 100644 --- a/utils/pas2js/httpcompiler.pp +++ b/utils/pas2js/httpcompiler.pp @@ -773,6 +773,7 @@ begin ConfigFile:=GetOptionValue('c','config') else ConfigFile:='compileserver.ini'; + Port:=3000; ReadConfigFile(ConfigFile); If not ProcessOptions then begin