Pass http end point address and port to server #3

Open
opened 6 years ago by SimonG96 · 1 comments
SimonG96 commented 6 years ago (Migrated from github.com)
Owner

The used http end point address and port should somehow be passed to the server.

This could be done by:

  • passing the settings as a class to the server
  • passing only the needed parameters as command line arguments to the server
  • ??
The used http end point address and port should somehow be passed to the server. This could be done by: - passing the settings as a class to the server - passing only the needed parameters as command line arguments to the server - ??
SimonG96 commented 6 years ago (Migrated from github.com)
Owner

Currently done by command line arguments that are parsed here:
c42db5b5b6/GBase.Server/GBaseServerSettings.cs (L33)

called from here:
c42db5b5b6/GBase.Server/Program.cs (L16-L17)

Currently done by command line arguments that are parsed here: https://github.com/SimonG96/GBase/blob/c42db5b5b6cba755f06471df9c9bc052884048f6/GBase.Server/GBaseServerSettings.cs#L33 called from here: https://github.com/SimonG96/GBase/blob/c42db5b5b6cba755f06471df9c9bc052884048f6/GBase.Server/Program.cs#L16-L17
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: SimonG/GBase#3
Loading…
There is no content yet.