Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/basic plug mode #2

Merged
merged 3 commits into from Feb 13, 2017
Merged

Feature/basic plug mode #2

merged 3 commits into from Feb 13, 2017

Conversation

IanLuites
Copy link
Contributor

@IanLuites IanLuites commented Feb 13, 2017

Add a mode setting to the configuration.

Wobserver runs by default in :standalone mode. This means that :wobserver will start its own :cowboy listeners on a separate port. Standalone mode is ideal for drop-in web viewing, but might not be ideal if another part of the application is already running an web server. It is now possible to enable :plug mode to prevent :wobserver from starting :cowboy to handle web requests.

Should fix #1.

@IanLuites IanLuites merged commit 9803eb8 into master Feb 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Wobserver usable as a standalone Plug
1 participant