From 89c65ca97970c359ebc492d0cd13e1692e8b4fbb Mon Sep 17 00:00:00 2001 From: Manus Date: Tue, 18 Aug 2026 09:40:27 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20versionner=20le=20manifeste=20de=20d?= =?UTF-8?q?=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..343eea8 --- /dev/null +++ b/app.json @@ -0,0 +1,10 @@ +{ + "id": "demat-facturation-dsi", + "name": "Démat. Facturation DSI", + "category": "SANTINOVA", + "urls": {"recette": "https://demat-facturation.recette.santinova-soft.org", "prod": "https://demat-facturation.santinova-soft.org"}, + "containerName": "demat-facturation-app", + "image": "images/demat-facturation-dsi.jpg", + "giteaRepo": "demat-facturation-dsi", + "giteaOwner": "manus-admin" +}