diff --git a/config.sample.json b/config.sample.json
new file mode 100644
index 0000000..4ec7487
--- /dev/null
+++ b/config.sample.json
@@ -0,0 +1,7 @@
+{
+    "listen_port": 25613,
+    "center_port": 25614,
+    "origin": "HTTPGET0",
+    "do_not_prefix_request_id": true,
+    "core_url": "http://localhost:32972/apikey/<PLEASE-CHANGE-ME>"
+}