소스 검색

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