diff --git a/config.sample.json b/config.sample.json
new file mode 100644
index 0000000..baa5e68
--- /dev/null
+++ b/config.sample.json
@@ -0,0 +1,21 @@
+{
+    "origin": "EVO-CP",
+    "name": "EVO-CP",
+    "messaging_url": "http://localhost:32979/",
+    "apiserver": {
+        "port": 9183
+    },
+    "sender": {
+        "url": "http://192.168.0.181:59194/service/sendsms",
+        "username": "app1",
+        "password": "1234"
+    },
+    "modems": [
+        {
+            "name": "SENDER-AS13",
+            "disabled": true,
+            "imsi": null,
+            "prefix": []
+        }
+    ]
+}
\ No newline at end of file