Skip to content

Instantly share code, notes, and snippets.

@tobias

tobias/foo4.clj Secret

Created November 5, 2015 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobias/96bf3d2627d486cdad13 to your computer and use it in GitHub Desktop.
Save tobias/96bf3d2627d486cdad13 to your computer and use it in GitHub Desktop.
:server-config {:server-one {:cpu-affinity nil
:path nil
:interface nil
:group main-server-group
:socket-binding-group nil
:auto-start true
:name server-one
:system-property nil
:socket-binding-default-interface nil
:jvm nil
:update-auto-start-with-server-status false
:priority nil
:socket-binding-port-offset {:EXPRESSION_VALUE ${jboss.socket.binding.port-offset:0}}}
:server-two {:cpu-affinity nil
:path nil
:interface nil
:group main-server-group
:socket-binding-group nil
:auto-start true
:name server-two
:system-property nil
:socket-binding-default-interface nil
:jvm nil
:update-auto-start-with-server-status false
:priority nil
:socket-binding-port-offset 150}
:server-three {:cpu-affinity nil
:path nil
:interface nil
:group other-server-group
:socket-binding-group nil
:auto-start false
:name server-three
:system-property nil
:socket-binding-default-interface nil
:jvm nil
:update-auto-start-with-server-status false
:priority nil
:socket-binding-port-offset 250}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment