aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-25 06:52:56 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-25 06:52:56 -0400
commiteeb793524f2da4afdca017b585d9cfb6e9628e85 (patch)
treebb991219822ee3e4327939d92986f6f7f00196da /conf
parent6ef3e8b3c9a085e3d99b02ba7bb80fc8126f2f90 (diff)
downloadgitea-eeb793524f2da4afdca017b585d9cfb6e9628e85.tar.gz
gitea-eeb793524f2da4afdca017b585d9cfb6e9628e85.zip
Check run user
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 809ea61c07..4c2398dd68 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -1,8 +1,8 @@
; App name that shows on every page title
APP_NAME = Gogs: Go Git Service
APP_LOGO = img/favicon.png
-; !!MUST CHANGE TO YOUR USER NAME!!
-RUN_USER = lunny
+; Check it if you run locally
+RUN_USER = git
; Either "dev", "prod" or "test", default is "dev"
RUN_MODE = dev