diff --git a/konnector-dev-config.example.json b/konnector-dev-config.example.json
new file mode 100644
index 0000000000000000000000000000000000000000..cf79cb7d72c357f765728f67882a6b14c4de5f59
--- /dev/null
+++ b/konnector-dev-config.example.json
@@ -0,0 +1,17 @@
+{
+  "COZY_URL": "http://cozy.tools:8080",
+  "fields": {
+    "pointId": 0,
+    "lastname": "",
+    "firstname": "",
+    "postalCode": "69003",
+    "address": "",
+    "city": "Lyon",
+    "sgeLogin": "",
+    "boBaseUrl": "",
+    "boToken": "",
+    "contractId": "",
+    "wso2BaseUrl": "",
+    "apiToken": ""
+  }
+}