From 7091db8192c8cc1cff4d703205c1a04ce20519f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Br=C3=B6ms?= Date: Sun, 26 Nov 2017 10:16:58 +0100 Subject: [PATCH] Rename conf dir > custom.sample (#1522) * Explain app.ini purpose --- {conf => custom.sample}/app.ini | 4 ++++ 1 file changed, 4 insertions(+) rename {conf => custom.sample}/app.ini (99%) diff --git a/conf/app.ini b/custom.sample/app.ini similarity index 99% rename from conf/app.ini rename to custom.sample/app.ini index 3e279984ad..c653abcc2f 100644 --- a/conf/app.ini +++ b/custom.sample/app.ini @@ -1,3 +1,7 @@ +; This file lists the default values used by Gitea +; Copy required sections to your own app.ini (default is custom/conf/app.ini) +; and modify as needed. + ; App name that shows on every page title APP_NAME = Gitea: Git with a cup of tea ; Change it if you run locally