Last active
August 29, 2015 14:10
-
-
Save bmonkman/c55f13c7d10ca976eac7 to your computer and use it in GitHub Desktop.
Consul watch example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"watches": [ | |
{ | |
"type": "keyprefix", | |
"prefix": "darklaunch/dashboard/core/", | |
"handler": "/path/to/PHPDarklaunchHandler.php dashboard-core 2>>/var/log/consul_watch_output_dashboard_core" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment