Просмотр исходного кода

pas2js: compileserver: set default port 3000

mattias 3 лет назад
Родитель
Сommit
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