Преглед на файлове

pas2js: compileserver: set default port 3000

mattias преди 3 години
родител
ревизия
e8bf381702
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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