From bd2a9372581cbcaaf1dde600dfd2dbee08079ace Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Josu=C3=A9=20Tille?= <josue@tille.ch>
Date: Sat, 31 Aug 2024 09:58:22 +0200
Subject: [PATCH] Add warining about config edition

---
 conf/app.ini | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/app.ini b/conf/app.ini
index 24a2065..ca1f529 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -1,3 +1,5 @@
+; WARNING: Don't edit this file. All change will be removed after each app upgrade
+
 ;https://github.com/go-gitea/gitea/blob/release/v1.20/custom/conf/app.example.ini
 APP_NAME = Gitea
 RUN_USER = __APP__