-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Using Windows 10 operating system.
OrigoDB version 0.2.
No modified configuration files, extracted to hard disk and ran Windows Service install batch file.
Windows batch file created new app config file in the following folder:
C:\Windows\scripts
The contents:
<configuration>
<appSettings>
<add key="AdminHost" value="127.0.0.1" />
<add key="AdminPort" value="8080" />
</appSettings>
</configuration>
Therefore the Windows Service bound on the port 8080 and not 8088 as specified in the original config file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels