From af1a1bbd51fb8ce2df52ffd9adf18c898c914c5f Mon Sep 17 00:00:00 2001 From: Romain CREY <ext.sopra.rcrey@grandlyon.com> Date: Mon, 15 Jun 2020 09:50:35 +0200 Subject: [PATCH] fix: slug in config --- config.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config.json b/config.json index 992e55689..be2d5bd47 100644 --- a/config.json +++ b/config.json @@ -9,8 +9,7 @@ "name": "Enedis", "type": "ELECTRICITY", "oauth": true, - "slug": "enedis", - "id": "io.cozy.konnectors/enedis" + "slug": "enedisgrandlyon" }, "siteLink": "https://mon-compte-client.enedis.fr/" }, @@ -23,8 +22,7 @@ "name": "Eau du Grand Lyon", "type": "WATER", "oauth": false, - "slug": "egl", - "id": "io.cozy.konnectors/egl" + "slug": "eglgrandlyon" }, "siteLink": "https://agence.eaudugrandlyon.com/inscription.aspx" }, @@ -37,8 +35,7 @@ "name": "GRDF", "type": "GAS", "oauth": false, - "slug": "grdf", - "id": "io.cozy.konnectors/grdf" + "slug": "grdfgrandlyon" }, "siteLink": "https://monespace.grdf.fr/monespace/connexion" } -- GitLab