diff --git a/config.sample.json b/config.sample.json
new file mode 100644
index 0000000..6196cc5
--- /dev/null
+++ b/config.sample.json
@@ -0,0 +1,18 @@
+{
+  "handler_name": "DUMMY",
+  "products": [
+    "DUMMY5"
+  ],
+  "locations": [
+    "222",
+    "13420"
+  ],
+  "remote_products": {},
+  "pull_interval_ms": 1000,
+  "max_result_timeout_ms": 2000,
+  "apiserver": {
+    "port": 9992,
+    "apikey": "PLEASE_CHANGE_ME",
+    "url": "http://localhost:9992/apikey/PLEASE_CHANGE_ME"
+  }
+}