From 2422784aebb16e6281b872f4a5e19d4253008896 Mon Sep 17 00:00:00 2001 From: Manus Date: Mon, 17 Aug 2026 22:35:47 +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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..026fcce --- /dev/null +++ b/app.json @@ -0,0 +1,13 @@ +{ + "id": "itinova-budget-si", + "name": "Gestion Budget Informatique", + "category": "SANTINOVA", + "urls": { + "recette": "https://budget-si.recette.santinova-soft.org", + "prod": "https://budget-si.santinova-soft.org" + }, + "containerName": "itinova-budget-si-app", + "image": "images/budget-si.png", + "giteaRepo": "itinova-budget-si", + "giteaOwner": "manus-admin" +}