From 0a2b477e7f97ee38bc4148430c7f94de0650d27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=96stanb=C3=A4ck?= Date: Thu, 20 Apr 2017 11:13:59 +0200 Subject: [PATCH] Rename conf dir > custom.sample * 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 3e279984ad8b8..c653abcc2f6ff 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