Browse Source

pas2js: compileserver: set default port 3000

mattias 3 năm trước cách đây
mục cha
commit
e8bf381702
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      utils/pas2js/httpcompiler.pp

+ 1 - 0
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