|
@@ -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
|