From 5b22fadcdaa16e4cae6697c0b055b6949df623ff Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Tue, 6 Feb 2024 17:13:02 +0100
Subject: [PATCH] chore: update konnector-dev example

---
 konnector-dev-config.example.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/konnector-dev-config.example.json b/konnector-dev-config.example.json
index cf79cb7..f37404d 100644
--- a/konnector-dev-config.example.json
+++ b/konnector-dev-config.example.json
@@ -1,17 +1,17 @@
 {
   "COZY_URL": "http://cozy.tools:8080",
   "fields": {
-    "pointId": 0,
+    "pointId": 12345678901234,
     "lastname": "",
     "firstname": "",
     "postalCode": "69003",
     "address": "",
     "city": "Lyon",
-    "sgeLogin": "",
-    "boBaseUrl": "",
+    "sgeLogin": "donnees.energie@grandlyon.com",
+    "boBaseUrl": "https://ecolyo-agent-rec.apps.grandlyon.com/api/sge",
     "boToken": "",
     "contractId": "",
-    "wso2BaseUrl": "",
+    "wso2BaseUrl": "https://apis.grandlyon.fr",
     "apiToken": ""
   }
 }
-- 
GitLab