Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Configuration support #19

Open
o opened this issue Aug 16, 2012 · 1 comment
Open

Configuration support #19

o opened this issue Aug 16, 2012 · 1 comment

Comments

@o
Copy link
Contributor

o commented Aug 16, 2012

An example config file (and features)

http:
    pub:
        path: pub
        enabled: true

    sub:
        path: sub
        enabled: true

    port: 9999

websocket:
    pub:
        enabled: true

    sub:
        enabled: true

    path: ws

socket:
    pub:
        enabled: true

    sub:
        disabled: true

    port: 9998

stats:
    path: stats
    enabled: true

ping:
    enabled: true
@o
Copy link
Contributor Author

o commented Aug 16, 2012

Updated

http:
    pub:
        path: pub
        enabled: true

    sub:
        path: sub
        enabled: true

    stats:
        path: stats
        enabled: true

    port: 9999

websocket:
    pub:
        enabled: true

    sub:
        enabled: true

    path: ws

socket:
    pub:
        enabled: true

    sub:
        disabled: true

    port: 9998


ping:
    enabled: true
  • Websocket only supports pub/sub (no ping and stats)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant