Skip to content

Windows Service port issue #23

Description

@idontbyte

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions