summaryrefslogtreecommitdiffstats
path: root/examples/watch/Settings.toml
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-22 23:59:39 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-22 23:59:39 -0700
commitf4fad94a58c2eef5e1e49b4f2b150eac0efbd360 (patch)
treeb3eb0a3c8b8247afbec5698ecbb00b099c1c47ab /examples/watch/Settings.toml
parentdc82eaed78eb41ba3c54167da10cd24b9352a791 (diff)
Add a watcher example
Diffstat (limited to 'examples/watch/Settings.toml')
-rw-r--r--examples/watch/Settings.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/watch/Settings.toml b/examples/watch/Settings.toml
new file mode 100644
index 0000000..f7881bb
--- /dev/null
+++ b/examples/watch/Settings.toml
@@ -0,0 +1,3 @@
+debug = true
+port = 8080
+host = "0.0.0.0"