mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:09:27 +02:00
pas2js: compileserver: set default port 3000
This commit is contained in:
parent
a5811a35a9
commit
e8bf381702
@ -773,6 +773,7 @@ begin
|
|||||||
ConfigFile:=GetOptionValue('c','config')
|
ConfigFile:=GetOptionValue('c','config')
|
||||||
else
|
else
|
||||||
ConfigFile:='compileserver.ini';
|
ConfigFile:='compileserver.ini';
|
||||||
|
Port:=3000;
|
||||||
ReadConfigFile(ConfigFile);
|
ReadConfigFile(ConfigFile);
|
||||||
If not ProcessOptions then
|
If not ProcessOptions then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user