summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Bröms <cez81@users.noreply.github.com>2017-11-26 10:16:58 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2017-11-26 17:16:58 +0800
commit7091db8192c8cc1cff4d703205c1a04ce20519f8 (patch)
tree0fed48abb62452b4b8bc672cdceaae4ca221ce8d
parent716ac1214f14309bf82d664ff8bea90f4b7a40ee (diff)
downloadgitea-7091db8192c8cc1cff4d703205c1a04ce20519f8.tar.gz
gitea-7091db8192c8cc1cff4d703205c1a04ce20519f8.zip
Rename conf dir > custom.sample (#1522)
* Explain app.ini purpose
-rw-r--r--custom.sample/app.ini (renamed from conf/app.ini)4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/app.ini b/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